Skip to content

Circuit.GetConnectorSegmentsAtint, int, bool Method

Returns the list of connector segments where the distance to the point is zero. Return None if none.

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

Parameters

point_x System.Int32

Horizontal coordinate

point_y System.Int32

Vertical coordinate

extremityOnly System.Boolean

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

Returns

System.Collections.Generic.List<ConnectorSegment>
List of connector segments at the point