create_sphere
Creates a sphere in a FreeCAD body with specified radius and center coordinates.
Instructions
FreeCAD tool: create_sphere
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | No | Body name | |
| radius | No | Radius (mm) | |
| cx | No | Center X | |
| cy | No | Center Y | |
| cz | No | Center Z |