Adding multiple elements to branches

How could I add multiple elements to branches? I have the following two data trees:

image

image

I would like to produce a data tree with the following 6 branches (each with 3 elements):

8,16,10
8,16,11
8,16,12
8,17,10
8,17,11
8,17,12

I have tried tried several options with Cross Reference component, but I cannot get it to work.

Data Stream Matching | The Grasshopper Primer Third Edition (gitbooks.io)

Thanks for the link.
However, I still cannot understand how to combine branches with elements. The following solution is not what I want:

image

I would want to do something like this, while avoiding to use the “textual” part of the solution:

The end result that I would like to get would be this:

image


AddToBranches_re.gh (12.2 KB)

2 Likes

This is amazing! Thanks! :slight_smile: