Hello,
I am having to make a panel with a certain logic. I have been able to come to the point where i have all the lines needed in grasshopper. I cannot move forward to the result in Blue(Which i did in rhino). I need to be able to have all lines based on segments which i will randomly select using a random number generator. Can anyone help me achieve this in grasshopper?
Rectangular Panels.3dm (34.6 KB)
Rectangular panel 01.gh (24.3 KB)
Not the smartest, probably someone will post something better over the time, but works:
Out of laziness I used Random Reduce from Lunchbox.
To get various results you have to manipulate the number of elements to reduce and seed value.
It, sometimes, may lead you to this kind of partition, so keep adjusting values:
Done in 5 min.
Rectangular panel 01 mod.gh (25.1 KB)
PS I didn’t touch your grid creation but it seems somewhat convoluted.