Ellipse

ipkiss3.all.Ellipse(layer, center=(0.0, 0.0), box_size=(1.0, 1.0), angle_step=1.0)

Returns a Boundary Element with an elliptical 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)

box_sizeCoord2 or tuple with positive numbers.

Rectangular box inside which the ellipse is fitted. defaults to (1.0, 1.0)

angle_steppositive angle (in degrees)

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

Returns:
Boundary element.