Making a3d grid with scaled cells

Hello everybody,
it might be obvious but im just not managing to make it:
I am trying to make a 3d grid with smaller cells every other floor (img)

i tried to scale the cells and than to sort the list but even when both rows got the same numbers, i cant make a line between them…
Hope i mange to make it clear,
Cheersgrid shape test.gh (20.7 KB)

You can make it simple with Rectangular grid

grid shape r.gh (22.4 KB)

1 Like


grid shape_2019Sep15a.gh (18.5 KB)

Not really grouped properly… so a mess to ungroup and use the rectangles and polylines.

Hey,
Thank you both very much, that is much simpler.
but the thing is that i want it to be oriented to a surface (like in my gh)

Your GH has a lot of pointless code. For example, the only thing that happens in all of this (below) is one Scale operation. The result is two numbers:

Hard for me to tell what happens after that since I don’t have Lunchbox:

missing

But certain things are obvious. There will be severe complications if the surface is not both flat and rectangular.

You’ll need to adjust the data tree a bit and after that, all you need is to use Weave.


grid shape test_re.gh (16.2 KB)

Yes!!!
Exactly what i was looking for!! Thank you very much - great help

thank you all for your time