Skip to main content

ellipse()

Draws an ellipse at a given center. The center is a solver point — .center() references it in constraints, so the solve positions the ellipse; the radii stay fixed literals.

Returns: Ellipse

tip

See the guide for detailed usage examples.

Signatures

ellipse(center: Point2DLike, rx: NumberParam, ry: NumberParam): Ellipse

Draws an ellipse at a given center. The center is a solver point — .center() references it in constraints, so the solve positions the ellipse; the radii stay fixed literals.

ParameterTypeDescription
centerPoint2DLikeThe center point
rxNumberParamSemi-radius along the plane's X axis
ryNumberParamSemi-radius along the plane's Y axis