create_circle
Draw a circle in a CAD drawing by specifying center coordinates, radius, unit, and optional layer.
Instructions
Create a circle with centre (cx,cy) and radius. Lengths use unit (default mm).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | ||
| cy | Yes | ||
| unit | No | ||
| layer | No | ||
| radius | Yes |