draw_circle
Create a circle on a sketch in Fusion 360 by specifying center coordinates and radius. Use this tool to add circular geometry for 3D modeling from natural language instructions.
Instructions
Draw a circle on the active or most recent sketch.
Input Schema
TableJSON 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. |