Reputation: 65
I need to create an application, that exports all 3d views of the Revit model to separate rvt file for each model,and after that convert them to an IFC with Model Derivative API. Suggestion of that problem is here But,maybe i can directly export 3d Views to an IFC from Design Automation API?
Upvotes: 0
Views: 678
Reputation: 8339
Yes, absolutely.
Analogously to the previous answer on exporting 3D Revit views with Design Automation API:
Say the original model is named A with 3D views V1, V2, ... Vn.
Repeat for all the other reeuired views.
Initially, DA4R did not provide full support for IFC export, but I believe that should be possible now.
Upvotes: 1