Click or drag to resize

TopologyModifierGetCableLocation Method

Returns the center of the given cable if it is within the given segment

Namespace: ema3d.Api.V26.Cabling
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public static Point2 GetCableLocation(
	ISimulationCable cable,
	IHasTrimmedCurve segment
)

Parameters

cable  ISimulationCable
segment  IHasTrimmedCurve

Return Value

Point2
See Also