add_extruded_spline
Extrude a smooth closed spline through given points to produce free-form organic shapes with measured volume.
Instructions
Extrude a smooth CLOSED spline through points: points_mm = [[x,y], ...] in mm.
Like add_extruded_profile but the outline is a smooth curve through the points (free-form/organic shapes: cams, rounded outlines, aesthetic bosses), auto-closed and extruded by depth_mm. A spline's area is not analytic, so the returned volume is the measured value. Returns mass properties. Use new_part first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Spline | |
| depth_mm | Yes | ||
| points_mm | Yes |