I have a geometry data organized in a tree structure. One geometry per branch. But I want to cull the tree structure and retrieve only the branches that matches the list.
Looking at the end of both lists, I want only the {3309} and the {3306} branches/geometry, and so on, following the number list. Finally, I don’t want to maintain the branch path, so the {3309} will become {3217} and {3306} will become {3216}.