Helix/Spiral missing

Hmm, I have never needed one of these before, now I notice that there seems to be no native Helix or Spiral component in GH… so I guess the only way currently is to create the helix by math formula and interpolate points, or by running a script component and use NurbsCurve.CreateSpiral()?

Plans to add this in the future?

The grasshopper visual studio template contains an example which is helix curve.
The method it use is drawing arcs!

Helix / Spiral component | Food4Rhino

http://grasshopperprimer.com/en/1-foundations/1-3/3_mathematics-expressions-conditionals.html

I prefer to work with a Python script…

Helix_MSH.gh (10.0 KB)

2 Likes