draw_arc
Create a DXF arc by specifying center point, radius, and start and end angles in degrees. Optionally set color and layer for CAD file generation.
Instructions
Draw a DXF arc using angles in degrees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| layer | No | ||
| center | Yes | ||
| radius | Yes | ||
| end_angle | Yes | ||
| start_angle | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| message | Yes | ||
| success | No | ||
| entity_id | No |