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?
Hi, I wanted to round point coordinates, and I used pointToNumber to round it
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