I am trying to make a grid of points with two lists: x coordinates and y coordinates, but that doesn’t have z coordinate (I know it is still 0 for every point but I don’t want its value in the list).
What function can I use other than “construct point” or “grid structure”, because they both add z coordinate to the 2 path tree?
Thank you for the response, yes it was what I was talking about!
The only thing is that using this expression the output is a text, it’s not point coordinates. Do you know how to convert it to points?