draw_circle
Create a circle geometry in CAD by specifying center coordinates and radius. Supports optional layer assignment for organizing drawings.
Instructions
Circle at (cx,cy) with radius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | ||
| cy | Yes | ||
| layer | No | 0 | |
| radius | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |