Get "basic" transform from "Grouped" transform

Hi,
I’m some how stuck in this issue:

How can i get “basic” transforms of a little modules that is in array for exemple 2x2 , than this module is in a another array for exemple 3x4.

i can only get the 4 first transforms or the 12 last transforms not the whole 48 transforms…

Tkx :folded_hands:

please post your gh file

something like this should work:

transforms.gh (14.4 KB)

maybe replacing the multiplication with List Length makes things a bit more readable:

1 Like

Thanks a lot :folded_hands:
Clean and fastforward, i did tryed with Cross reference but in a wrong way

Thanks :folded_hands: ! i will try this one also.
Next topic i’ll post the GH file :+1:

@Jakob_v_Schirmeister
transforms_1.gh (10.5 KB)
what’s wrong with my file ? :thinking:

list handling!
in your file the compound gets lonly transformations since you graft the list. so there is actualy nothing to do for the compound.

Get it ! i need to figure out more lists handling in the near future ..
Thx :folded_hands: