Round point coordinates

Hi, I wanted to round point coordinates, and I used pointToNumber to round it


but then I should go back to point, how can i do?

I believe Clockwork has a node that will do this for you. Otherwise, you would have to create new points (PointByCoordinates) with your X, Y, and Z values.

Hi @Nick_Boyts, in the end I transposed the list and then created the point by coordinates :slight_smile:

1 Like


It is also possible to get the x, y and z (0, 1, 2) coordinates of each sublist and create points from these new x, y and z lists.

1 Like