add_revolved_profile
Revolve a closed (r,z) profile around an axis to model turned parts, vases, or rings. Define profile points in millimeters, set spin angle, and receive mass properties. Requires new_part first.
Instructions
Revolve a closed (radius, height) profile about the axis at radius 0.
profile_mm = [[r, z], …] in mm: r = distance from the axis, z = position along it. Auto-closed and spun angle_deg (default 360°). Points at r=0 give a solid (turned shafts, vases); a profile offset from the axis gives a ring/torus. The profile may not cross the axis. Returns mass properties. Use new_part first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Revolve | |
| angle_deg | No | ||
| profile_mm | Yes |