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?
Asked
Active
Viewed 471 times
1 Answers
1
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.
- Open A.
- Delete all views except V1.
- Exort to A1.ifc using the Document.Export method taking IFC options
- Close A.
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.

Jeremy Tammik
- 7,333
- 2
- 12
- 17
-
Could i upload to BIM360 Docs those converted IFC files,or i should firstly download them on the computer? – Volodymyr Dobrzhanskyi Sep 04 '19 at 09:38
-
I'm checking with more knowledgeable colleagues to answer that for you... hang on... – Jeremy Tammik Sep 05 '19 at 06:11