Curved Helix (HELP)

Hello everyone :slight_smile: I have mad a simple Helix in grasshopper, where I can define the height, turns and width. my question ís, is there a way to give the helix a curvature along the Z-axis, which represents a hyperbolic function?

Thanks in advance :slight_smile:



image

Hello
it is appreciated you post your script.

this is basic mathematics. You could use sinus cosinus or the component Point Cylindrical
From your equation

radius =sqrt(1+radius²)

helix.gh (13.5 KB)

1 Like

Another solution with flow along surface:

helix_morph_sporph.gh (19.1 KB)

Sorry, I forgot to post it. But a great solution you have posted, I will test it out, thanks!

I will chech this out. Thank you so much :slight_smile:

1 Like