Message 1 of 2
How to Simulate Join Geometry Between Host and Linked File Using Revit API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm working on a Revit project where the architecture model is the host, and it contains a linked structural model. In the architectural model, I have brick walls that are attached to levels and intersect with Double T slabs in the linked structural file.
My Goal:
I want the architectural walls to be cut by the slab shapes in the linked model — similar to what would happen if I used Join Geometry between the walls and slabs. However, Revit doesn't allow Join Geometry between host elements and elements in a linked file.
What is the best approach using the Revit API to simulate a Join Geometry operation between elements in the host model and geometry from a linked file?