create#

classmethod Circle.create(layout, layer, net, center_x, center_y, radius)#

Create a circle.

Parameters:
layoutLayout

Layout to create this circle in.

layerLayerLike

Layer to place the circle on.

netNetLike or None

Net of the circle.

center_xValueLike

X value of the center point.

center_yValueLike

Y value of the center point.

radiusValueLike

Radius value of the circle.

Returns:
Circle

Circle created.