Element.IntersectsElement issues with IFC-link and Revit elements

Hi! I’m trying to use the “Element.IntersectsElement”-node from Bimorph to get the intersections between some buildings that I have and some geometry from an IFC-link.

Please check the picture to see what is happening, I get empty lists when I know that there are intersections, is there something that I am missing?

And yes, there are clashes between the objects. :smiley:

Does it all pass IsElementSupported? And maybe your IFC is not solids but meshes.

Yep, you are right. It works with the IFC-elements that are Solids. The rest of the elements are meshes. Thank you!

Get solids from polysurface with Mesh.ToPolySurface from Springs package. You can now use Element.IntersectSolid.