edit IFC import to write in Extensible Storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have got a question to Revit API:
I have written some data into Revit Extensible Storage. For interchange the Revit files with other Systems we use IFC-Format. To write the Extensible Storage-Data to an IFC-File I edited the SourceForge-IFC-Project as I needed and my data are written as PropertySets into the IFC-File. Everything fine.
Now is the question, how to get the data back into Extensible Storage when Importing the IFC-File. Do you have any Idea? I didn't find where to edit the IFC-Import, for the SourceForge Project is also only calling Autodesk.Revit.DB.IFC.ImporterIFC.ProcessIFCProject() (in class Revit.IFC.Import.Data.IFCImportFile). Can you help me please and tell, where I can customize the IFC-Import the way I want to?
Kind Regards, Achim