I have some intersected geometry.
7 doors intersect with 7 walls out of a collection of 20 walls.
So I have 7 listst with 19 occurences of false and one true.
1 wall contains 2 doors.
I want to merge these lists into a single list like the one I created with the codeblock.
Logically this would be a very simple thing: take the indexnumber of true and put it in a list…
Thanks in advance!