draw_circle
Draws a circle in a DXF file by specifying center point and radius, with optional color and layer settings.
Instructions
Draw a DXF circle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| layer | No | ||
| center | Yes | ||
| radius | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| message | Yes | ||
| success | No | ||
| entity_id | No |