Skip to content

Connector.GetConnectorSegmentsAt(PointI, 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

List[ConnectorSegment]