helix
Generate a parametric 1D coil curve from radius, pitch, height, and cone angle. Use it as a sweep spine to create 3D threaded solids.
Instructions
Generate a Part::Helix curve. radius, pitch, height in mm. angle (deg) is the cone angle (0 = cylindrical helix, >0 = conical).
Returns a handle to a 1D helical curve. To get a 3D helical solid (e.g. for threads), use the curve as the spine of a sweep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Helix | |
| angle | No | ||
| pitch | No | ||
| height | No | ||
| radius | No |