Click or drag to resize

TopologyModifierSetCableLocation Method

Sets the location of given cable in given segment, and accounts for collision

Namespace: ema3d.Api.V25.Cabling
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static void SetCableLocation(
	double x,
	double y,
	IHasTrimmedCurve curve,
	ICable cable,
	Harness harness
)

Parameters

x  Double
y  Double
curve  IHasTrimmedCurve
cable  ICable
harness  Harness
See Also