Cant create a list of multiple points

Hello, I am trying to flatten a curve by changing all the z values of its points to the same value, however this node doesnt seem to want to work for multiple points. What am I doing wrong?

If the Z values are all to be the same, you should only need to insert it once into the point.bycoordinates node.


Also, if you are wanting to translate ALL of your points up by a given distance, I recommend using the Geometry.Translate node and inserting the Z value you wish.

Hope this helps!

1 Like

What does the error say?
You could also use something like ProjectInputOnto, Point.Project, or Springs.Point.PullOntoPlane.

1 Like