Seamless movement of points

Hi guys,
I’m trying to move the points to create circular curves but the start point and tge end point are in different positions. How can I make the movement of the points seamless?

Thnaks!
seamless curves movment.gh (11.5 KB)

What’s your intention here?


Skip domain and points become flat.

Create a helix movement of the points.
I’m pretty sure there are better ways to do it, but I’m pretty new to GH.

What do you mean by seamless then?

Look at the list item component at the end of the script, there is discontinuity between the curves. I want the curves to look seamless or continues (I’m not sure waht is the exact term I’m not a native english speaker)

This is what I see and that’s how it should look like considering what you’ve done so far.


What output you expected having control points at the different elevations?

I want to elevate the points in a way that the end point and start point would be at the same height, and all the points between will move in a sine wave form.

Still don’t get it.
For a moment I thought you want something like this:


Now I’m lost. You have only one set of points that does what you want. Did you want to apply the same for other curves?
The closest thing I can think off is creating a 3d helix, subdividing it by X number of point ans apply XY scaling based on a height but this is nowhere close to what you posted.

1 Like

Yes! That’s it.
Thank you