create_hemisphere
Create a hemisphere in FreeCAD by setting radius, center coordinates, and orientation (positive or negative). Adds a hemispherical solid to your model.
Instructions
FreeCAD tool: create_hemisphere
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 | |
| orientation | No | positive|negative | positive |