I have AxBxC boxes in an array. I am trying to rotate the elements on Levels C1 and C2, but not C0. I created a series with three steps to create three rotation angles for each stadck (C0, C1 and C2). Now I need to reorder either my geometry list or transform list to get them to match.
How can I reorder my transform list of angles so that it matches the list of geometry, which moves sequentially across each element on C0, then C1, then C2 ?
THanks