Create an helix
ID
tool-primitive-curves-helix
Name
Helix
Group
Primitive Curves
Package
Tool
Keywords
Render
After creating the node, connect the center point of the helix to the first port. Connect the pitch of the helix to the second port, height to the third, big radius to the fourth, small radius to the fifth, direction to the sixth, and a boolean that makes helix the left hand to the seventh port. On the output port, you will receive the resulting helix.
Circle
Rectangle
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
center | Point | Center of helix | [0,0,0] |
pitch | Number | Pitch of helix | 20 |
height | Number | Height of helix | 20 |
radius1 | Number | Big radius of helix | 10 |
radius2 | Number | Small radius of helix | 2 |
dir | Vector | Direction of helix | [0,0,1] |
leftHand | Boolean | Left hand |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Resulting helix |