Guys
How to cull specific branches of a tree according to True/False pattern?
This is my approach (works on trees with rather simple structure). Is there anything else out there?
Late arrival! But since I was interested in the thread and in the beautiful solutions propsed here, I add one, that uses a matrix transpose (Flip in GH) and a Cull on the list, then a transpose back to the original structure. Could be useful for future generations, maybe.