Change Y Coordinate of a list of coordinates

Hello all,

I am stuck at something simple so maybe you can help me.

I have a list of points with coordinates X,Y,Z of say 17 points

I want to change the Y coordinate to transpose the points in that direction.

How can I do that?

Hello, you can use a Geometry.Translate node for this (see in the dictionary how it works: http://dictionary.dynamobim.com/)

1 Like

Close by it doesnt work for a list of points. It transposes just one :frowning:

You probably need to play with lacing. Could you send a screenshot?

I want to change the Y to aother Y value.

I subtract the difference but it gives back only one index of the 17.

Thanks.

John

Geometry.Translate should do it:

1 Like

What if you try to set lacing to longest in Geometry.Translate?

1 Like