Click or drag to resize

TopologyModifierGetCableLocation Method

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

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

Parameters

cable  ICable
segment  IHasTrimmedCurve

Return Value

Point2
See Also