Move curve to specific Z value

Still learning the basics. Imagine I have a curve (rectangular shape, created with polyline tool) where all vertices have a constant Z value and variable X/Y values.

How can I manipulate that Z coordinate, i.e. to move that curve up/down on the Z/vertical axis? I think I might nee:

  1. an input where I can fill the desired Z;
  2. an object representing the curve;
  3. a transformation node that connects the represented curve to the input and handles the changes.

Thank you.

3. Attach minimal versions of all the relevant files

1 Like

Move To Plane is a useful component for this, paired with Plane Offset…

1 Like

Thanks @martinsiegrist and @Joseph_Oster for helping. Joseph that worked perfectly, still grasping the basics.

1 Like