Merging multiple branches simultaneously

I would like to merge multiple branches at the same time without having to do the following…

The first data set is indexed 0-5 and the second set is 6-32. As shown in the following picture. A simple merge messes up the continuity of the data.

i would ideally prefer for the branch number to change parametrically as I adjust the script so I will not have to manually explode the tree and repeat this process..

Thanks in advance for your help!

forum1.0.gh (180.9 KB)

Match Tree renumbers the branches of the first tree to match those of the second. Then just piping them together into a component automatically merges same-numbered branches.

2 Likes

incredible thanks, i knew there had to be a much simpler solution..

1 Like