Hello,
I’ve got surfaces divided into separate branches. I want to regroup the surfaces in each branch according to their areas. But I saw that the same surfaces were repeated in some branches.
First option is the simplest way. (Flattening the input)
If you need a tree as input you will need the second option.
It is a bit a work around but it works.
If you have two trees of different lengths the indices of the “member index” are not coherent with the branches any more. If you trim the list of indices you get two trees with equal amount of branches.
Hi @Erik_Beeren , Thank you very much.
Option 2 is the one that works for me.
I hadn’t thought of using the N output of the member index component in this way.