create_arc
Creates a circular arc in a CAD drawing using center coordinates, radius, and start/end angles in radians, with optional unit and layer.
Instructions
Create a circular arc: centre (cx,cy), radius, startAngle and endAngle in radians (counterclockwise from +X; mathematical Y-up). Radius uses unit (default mm). Stored as coords [cx,cy,r,startAngle,endAngle] in mm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | ||
| cy | Yes | ||
| unit | No | ||
| layer | No | ||
| radius | Yes | ||
| endAngle | Yes | ||
| startAngle | Yes |