create_circle#

Modeler3DLayout.create_circle(layer, x, y, radius, name=None, net=None, **kwargs)[source]#

Create a circle on a layer.

Parameters:
layerstr

Name of the layer.

xfloat

Position on the X axis.

yfloat

Position on the Y axis.

radiusfloat

Radius of the circle.

namestr, optional

Name of the circle. The default is None, in which case the default name is assigned.

netstr, optional

Name of the net. The default is None, in which case the default name is assigned.

Returns:
pyaedt.modeler.cad.object3dlayout.Circle3dLayout

Objects of the circle created when successful.

References

>>> oEditor.CreateCircle