Message 1 of 12
revit - export IFC unattended
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have little or no experience with this...
but I need to write a macro in a document (*.rvt), where when opening the document the execution of the macro is launched and said macro is exported to IFC using a configuration already created in the document.
I have created a macro in C++ language and I understand that all code that I put in the "private void Module_Startup(object sender, EventArgs e)" is executed automatically when opening the document, what I need is the syntax of the code that performs the export.
thanks for any help