I am looking for a grasshopper definition where I can input a grid of points (at 0.2M) spacing and have a definition that can extract a secondary grid with a spacing interval multiplied by 0.2, eg; 0.4, 0.6, 0.8, 1.0M. I have trialed a couple of options using list shifting but haven’t had much success.
grid points do not need to have any particular data structure (here they are flattened and Jittered)
by playing with the Culling Pattern you can decide the secondary grid dependency on the first one
the sliders under the Pattern will shift the Pattern itself independently along X/Y
for instance:
just a note: when shifting pattern along X, sometimes the patter “slides” down along Y by a row: this happens because if the previous/next X values are culled, then it doesn’t have those reference anymore to keep the secondary grid stable
you can consider as if you are sliding the pattern along the bottom edge of the grid: whenever you are dealing with one less Y value, it will just move up one row… but at least this could be a starting point
Hi @inno, here is the point grid that I have been experimenting with. PointGrid.3dm (884.9 KB)
Hopefully I will get a change to test the sample definition you have supplied over the weekend and see how it operates etc.
Many thanks for your effort and helpful advice.
but please note that coordinates are chopped JUST for what regards the calculations: the points which are selected at the end come from a List Item onto your original point list, which is untouched, still with all its original decimals