Click or drag to resize

SegmentLocationCreateRelative Method

Create a new SegmentLocation at a relative location along the segment [0 - 1].

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

Parameters

segment  IHasTrimmedCurve
relLoc  Double

Return Value

SegmentLocation
See Also