add_ellipse
Add an ellipse to a sketch by specifying the center, major axis endpoint, and minor axis endpoint coordinates in millimeters.
Instructions
Add an ellipse defined by center + major-axis endpoint + minor-axis endpoint. All in mm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | Yes | ||
| sketch | Yes | ||
| major_axis_end | Yes | ||
| minor_axis_end | Yes |