- I load an RFA file into the Revit project.
- I generate a BoundingBox around the loaded family instance.
- I create a 3D View using that BoundingBox.
- I export the view to an IFC file.
- After the export, I delete the current object (family instance) from the model.
- I repeat the process for the next RFA file.
The issue is even though I delete the previous family instance from the model, the BoundingBox and the 3D view created in Dynamo are not automatically removed*
- How can I prevent old BoundingBoxes or 3D views from overlapping or persisting?
- *What’s the best practice for ensuring clean IFC exports from RFA files in this kind of batch process?