add_cone
Create a cone or frustum by revolving a trapezoidal profile 360°, returning mass properties. Use after new_part for parametric part modeling.
Instructions
Create a cone/frustum by revolving a trapezoidal profile 360°.
top_diameter_mm = 0 gives a full cone. Returns mass properties (volume = π·h/3 · (rb² + rb·rt + rt²)). Use new_part first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Revolve | |
| height_mm | Yes | ||
| top_diameter_mm | Yes | ||
| bottom_diameter_mm | Yes |