My end goal is to have a pannelized screen wall where each column consists of the same number of a variety of sizes of panels, but the different sizes are shuffled (attempted to insert a rhino created snapshot here).
My thinking was to create an array of dashed lines to generate the base geometry for the varying sizes of rectangle panels
I have a list of the panel sizes. I need to make a list of X number of “jittered” lists so when i do an array each line has a unique dash pattern.
So take one list of numbers, shuffle it 10 times to create 10 lists of the same numbers in different orders, than use those 10 lists to give each of 10 lines in an array a unique dash pattern.
I tried this another way (not using dashed lines, offsetting lines based on mass addition, but I still got stuck needed to jitter the original list of numbers input X many times.
I think I’m still missing something about data trees and perhaps but is it possible to use jitter to create multiple repeats of the shuffles list?
I hope this makes sense.