I have developed a script to find the intersections between the architectural, structural & MEP Revit element geometry of a building based on certain criteria (as shown in the attached images). Is it possible to export the Revit properties of the intersecting geometry as shown in image 005? Can you somehow export properties from the geometry based on the original elements?
Hi David,
I think the straight answer is no… The API geometry classes do not have a ‘get element’ property.
However, you can work around this to get what you want. I suspect it would be possible with dictionaries… A quite simple, but therefore not very elegant method is to apply the boolean filter to both the element and it’s geometry like this…
Obviously, depending on your lacing, this get get a bit more involved…
Hopefully that is helpful,
Mark