draw_circle
Draw a circle on the active or most recent sketch by specifying center coordinates and radius.
Instructions
Draw a circle on the active or most recent sketch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center_x | No | Center X coordinate in mm | |
| center_y | No | Center Y coordinate in mm | |
| radius | Yes | Radius in mm | |
| sketch_index | No | Sketch index (0-based). Uses last sketch if not specified. |