create_cylinder
Create a parametric cylinder in a FreeCAD body, specifying radius, height, center coordinates, and vertical placement (bottom, center, or top).
Instructions
FreeCAD tool: create_cylinder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | No | Body name | |
| radius | No | Radius (mm) | |
| height | No | Height (mm) | |
| cx | No | Center X | |
| cy | No | Center Y | |
| cz | No | Center Z | |
| z_placement | No | bottom|center|top | center |