draw_ellipse
Draw an ellipse in a CAD file by specifying its center, major-axis endpoint, and minor-to-major ratio for precise 2D drafting.
Instructions
Ellipse: center (cx,cy), major-axis endpoint (major_dx,major_dy) relative to center, ratio=minor/major.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | ||
| cy | Yes | ||
| layer | No | 0 | |
| ratio | No | ||
| major_dx | Yes | ||
| major_dy | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |