Better practice data tree management

Hello,

I am playing with a interesting frame for a cold frame for my garden. I’m alse trying tp push myself into best practice in grasshopper. Looking at the grasshopper file after some time away, it all looks clean and reasonable, expect for the very final stage where all of the data trees get broken down to individual branches and combined together carefully.

I think this is becuase I had to reverse the order of a small subset, and I wanted a script that could be easily adapted to create different patterns. Is there a more elegant way to achieve the same effect?

rough_arches_leaf.gh (31.3 KB)

This could be a way to avoid using Explode Tree.


rough_arches_leaf_re.gh (40.3 KB)

Bit of a difference there! Really elegant
Time to sit down with a pencil and paper and work through what each component is doing. Thanks!