 | SegmentLocationCreateRelative Method |
Create a new SegmentLocation at a relative location along the segment [0 - 1].
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static SegmentLocation CreateRelative(
IHasTrimmedCurve segment,
double relLoc
)
Public Shared Function CreateRelative (
segment As IHasTrimmedCurve,
relLoc As Double
) As SegmentLocation
public:
static SegmentLocation^ CreateRelative(
IHasTrimmedCurve^ segment,
double relLoc
)
static member CreateRelative :
segment : IHasTrimmedCurve *
relLoc : float -> SegmentLocation
Parameters
- segment IHasTrimmedCurve
- relLoc Double
Return Value
SegmentLocation
See Also