Geometry intersection

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

 

While you should be able to do it with lacing, there also is a node that you could try

20160203-8a

Thanks for the response Vikram. I tried the intersect All t but it only allow you to wire in one entity. I could be doing it wrong, I’ll have a go using lacing