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