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 
inno
2
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:
Thanks a lot 
Clean and fastforward, i did tryed with Cross reference but in a wrong way
Thanks
! i will try this one also.
Next topic i’ll post the GH file 
@Jakob_v_Schirmeister
transforms_1.gh (10.5 KB)
what’s wrong with my file ? 
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 