add_cylinder
Creates a parametric cylinder by revolving a profile 360° around an axis and returns its volume, height, and diameter properties. Ideal for building revolve-based primitives in SolidWorks parts.
Instructions
Create a cylinder by revolving a profile 360° about an axis.
The first revolve-based primitive. Returns the resulting mass properties (volume = π · r² · h). Use new_part first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Revolve | |
| height_mm | Yes | ||
| diameter_mm | Yes |