Skip to content

Circuit.GetConnectorAtint, int Method

Return the connector with a connector segment passing through the point. Return None if there is no connector at this location.

1
Simba.Data.Connector GetConnectorAt(point_x, point_y)

Parameters

point_x System.Int32

Horizontal coordinate

point_y System.Int32

Vertical coordinate

Returns

Connector
Connector