Skip to content

Connector.GetConnectorSegmentsAtPointI, bool Method

Returns all the segments where the distance to the point is 0

1
System.Collections.Generic.List<Simba.Data.ConnectorSegment> GetConnectorSegmentsAt(point, extremityOnly=false)

Parameters

point PointI

extremityOnly System.Boolean

If true, only the extremities of the segments are checked.

Returns

System.Collections.Generic.List<ConnectorSegment>