How to combine branches of two trees?

Hello,

I am trying to combine two simple trees in order to have a tree with 4 branches.

Anyone has any idea ?

Thks in advance.

Combine Trees.gh (8.6 KB)

Here are a couple options:

Combine Trees.gh (8.4 KB)

1 Like

Grasshopper is a 1 to 1 mapping of branch to branch and will use the longest branch.


by flattening the data at the bottom of the multiply, we have all of B being multiplied by A. This is then separated back into it’s original list.

1 Like

thks all. impressive. All solutions works.