Branch panels in lunchbox

Hi, maybe this is a rookie question, but how do I branch panels made in lunchbox so that each row becomes the same number similarly to divided curves, its a surface that has been tweened in pufferfish lofted and paneled with lunchbox.


Thanks
list_lunchbox.gh (11.9 KB)

It seems Partition Listis what you want.


list_lunchbox_re.gh (9.1 KB)

1 Like

Thanks a million!

Hi

Sorry, if I could just ask one additional question. In another paneling algorithm, the list counts vertically rather than horizontally. When I use partition list the same way it groups the wrong way, is there a way to flip this so that it too becomes a vertical list like the lunchbox?


list_vertical.gh (18.7 KB)

Use Flip Matrix(Sets–>Tree–>Flip Matrix)

1 Like

thanks!