create_cone
Creates a cone in a FreeCAD body with configurable bottom radius, top radius, height, and placement.
Instructions
FreeCAD tool: create_cone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | No | Body name | |
| radius | No | Bottom radius (mm) | |
| radius2 | No | Top radius (mm) | |
| height | No | Height (mm) | |
| cx | No | Center X | |
| cy | No | Center Y | |
| cz | No | Center Z | |
| z_placement | No | bottom|center|top | bottom |