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