draw_arc
Create an arc in a CAD drawing by specifying center point, radius, and start/end angles in degrees, measured counterclockwise.
Instructions
Arc: center, radius, start/end angles in degrees (CCW).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | ||
| cy | Yes | ||
| layer | No | 0 | |
| radius | Yes | ||
| end_angle | Yes | ||
| start_angle | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |