draw_circle
Generate a DXF circle with defined center point and radius, optionally setting layer and color.
Instructions
Draw a DXF circle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | Yes | ||
| radius | Yes | ||
| layer | No | ||
| color | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| entity_id | No | ||
| path | No | ||
| message | Yes |