 | TopologyModifierSetCableLocation Method |
Sets the location of given cable in given segment, and accounts for collision
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static void SetCableLocation(
double x,
double y,
IHasTrimmedCurve curve,
ICable cable,
Harness harness
)
Public Shared Sub SetCableLocation (
x As Double,
y As Double,
curve As IHasTrimmedCurve,
cable As ICable,
harness As Harness
)
public:
static void SetCableLocation(
double x,
double y,
IHasTrimmedCurve^ curve,
ICable^ cable,
Harness^ harness
)
static member SetCableLocation :
x : float *
y : float *
curve : IHasTrimmedCurve *
cable : ICable *
harness : Harness -> unit
Parameters
- x Double
- y Double
- curve IHasTrimmedCurve
- cable ICable
- harness Harness
See Also