Hi, I have a data-tree with few branches and 2 elements per branch. It’s a wall panel with parts that can get adjusted, randomized, etc. The idea is to move all the elements in the wall panel to different grid locations, without mangling the data-tree.
The question is, how can I do this without using the Group and Ungroup components on the grid points? Sometimes using the group component is discouraged, so I’d like to know how to better implement this little script.
Of course! Graft the tree items and flatten the move vectors - so each item follows all the vector moves. Thanks @Tao_Lin and @HS_Kim for the help. I don’t usually use Orient, Rectangle Mapping. I learned a lot from you both today.