draw_circle_in_sketch
Draw a circle in a specified sketch by defining its center coordinates and radius.
Instructions
FreeCAD tool: draw_circle_in_sketch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sketch_name | No | Body name | |
| cx | No | Center X | |
| cy | No | Center Y | |
| radius | No | Radius |