 | TopologyModifierGetCurrentSegments Method |
Gets segments in given Harness
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static IList<IHasTrimmedCurve> GetCurrentSegments(
Harness harness
)
Public Shared Function GetCurrentSegments (
harness As Harness
) As IList(Of IHasTrimmedCurve)
public:
static IList<IHasTrimmedCurve^>^ GetCurrentSegments(
Harness^ harness
)
static member GetCurrentSegments :
harness : Harness -> IList<IHasTrimmedCurve>
Parameters
- harness Harness
Return Value
IListIHasTrimmedCurve
See Also