Message 1 of 1
Revit 2012 API & IFC export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
Has anyone played with new IFC export API (Autodesk::Revit::DB::IFC)?
It seems that there is nowhere in this universe proper example about this. It is getting quite frustrating to figure out how to make even a simple export. I have tried to export an air terminal but nothing seems to appear in IFC output...I mean anything related with air terminals.
Here are some basic things I have done this far
1. Open/commit a IFC transaction
2. used ExporterIFCUtils::CreateGenericElementPropertySet()
3. Used IFCFile::CreateAirTerminalType()
4. Used IFCFile::CreateFlowTerminal()
Does anyone know even the basic steps what should be done in order to have successfull (simple) export?