Click or drag to resize

SegmentLocationCreateFromStart Method

Create a new SegmentLocation a distance from the start of the segment.

Namespace: ema3d.Api.V25.Cabling
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static SegmentLocation CreateFromStart(
	IHasTrimmedCurve segment,
	double distance
)

Parameters

segment  IHasTrimmedCurve
distance  Double

Return Value

SegmentLocation
See Also