I have a point grid and I’d like to make a dimensional shift on alternating columns. For example, every even column will be shifted 1 unit up and every odd column will be shifted 1 unit down. I can achieve this by making a point grid, exploding the tree, and selecting alternate branches manually, but this method will break down if I change the X extents of my grid (adding more columns that would need to be manually selected).
How can I select alternating branches of data from the point grid’s tree? For example, I want to select all branches {0;0;X} where X is an even number.
Thanks!
Shift Points.gh (18.1 KB)