Circle

ipkiss3.all.Circle(layer, center=(0.0, 0.0), radius=1.0, angle_step=1.0)

Returns a Boundary Element with a circle shape.

Parameters:
layer: Layer object, required

Layer on which the shape is drawn

centerCoord2 or Tuple

Center coordinate of the circle, defaults to (0,0)

radiusPositive number

Radius of the circle. defaults to 1.0

angle_steppositive angle (in degrees)

The angle step for the discretisation of the circle. Default is extracted from TECH.METRICS.ANGLE_STEP

Returns:
Boundary element.