I’m trying to get the intersection of object. If I have a wall. I can test if a duct intersects with the wall using a geometry doesintersect node. What I would like to do is get a list of objects that intersect with that wall. But all the intersect nodes test a single entity against the geometry. Is there a node where I can plug in multiple entities so I can create a list.
I’m trying to avoid testing each category individually. Which would work just more code