create_polygon_prism
Create a 3D polygon prism by setting number of sides, circumradius, and height. Place it at a specified center and vertical position.
Instructions
FreeCAD tool: create_polygon_prism
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | No | Body name | |
| num_sides | No | Number of sides | |
| radius | No | Circumradius (mm) | |
| height | No | Height (mm) | |
| cx | No | Center X | |
| cy | No | Center Y | |
| cz | No | Center Z | |
| z_placement | No | bottom|center|top | bottom |