create_half_torus
Create half torus shapes in FreeCAD by specifying major and minor radii and a center point. Adjust the sweep angle to control the portion of the torus.
Instructions
FreeCAD tool: create_half_torus
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | No | Body name | |
| major_radius | No | Major radius (mm) | |
| minor_radius | No | Minor radius (mm) | |
| sweep_angle | No | Sweep angle (deg) | |
| cx | No | Center X | |
| cy | No | Center Y | |
| cz | No | Center Z |