Hi there,
I’ve got this simple grid where numbers are starting in Y direction. Is there a way to flip the numbering so that the numbers start in X direction? I’ve tried ‘flip matrix’ but it doesn’t work with panels.
grid numbers.gh (9.5 KB)
Many thanks
I’m not using any of the plugins in your file.
In Rhino 8 you can use the transpose surface component.
If that is not an option for you, sort the points first by Y, create partition lists for each Y value and sort these lists by X
grid numbers mrtn.gh (21.3 KB)
That’s great. Thank you so much for your help.