 | TopologyModifierGetCableLocation Method |
Returns the center of the given cable if it is within the given segment
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static Point2 GetCableLocation(
ICable cable,
IHasTrimmedCurve segment
)
Public Shared Function GetCableLocation (
cable As ICable,
segment As IHasTrimmedCurve
) As Point2
public:
static Point2 GetCableLocation(
ICable^ cable,
IHasTrimmedCurve^ segment
)
static member GetCableLocation :
cable : ICable *
segment : IHasTrimmedCurve -> Point2
Parameters
- cable ICable
- segment IHasTrimmedCurve
Return Value
Point2
See Also