GeomNodes: Multiple curves on user input

Hi,
I’ve a question about using curves with geom nodes.
I have a curves that I use to distrbute objects on it and then I would like to use the same curve for an extruded path, offset by the original curve position.
At the moment I can create a fixed system where I pre create a certain amount of curve clones and with some compare nodes I can enable the copies…but now I’d like to have a dynamic system where a user can put an arbitrary number of curve clones.
Is there a way to create this?
Is it possible to store the original curve points and then use them to create as many copies as requested by an user input?

Thanks in advance

There are a couple of ways to do this…

You could use duplicate elements in Spline mode:


… controlling with the Amount input.

Alternatively you could use offset spline “points”:


… controlling with the Cuts input.

Good luck.

3 Likes

Thank you very much.

The first solution is enough and it saves more nodes, considering that I don’t need to scale the offset as normal but just using the vertical axis.