Does Revit API provide a way to access IFC mapping file programmatically?
I guess I can navigate to the file using the standard methods that manipulate files on a file system, but I was wondering if Revit has a way to it easier.
Does Revit API provide a way to access IFC mapping file programmatically?
I guess I can navigate to the file using the standard methods that manipulate files on a file system, but I was wondering if Revit has a way to it easier.
I am not aware of any additional support for this from Revit or its API.
Have you had a look through the Autodesk IFC exporter code on GitHub? I'd imagine they must be accessing the mapping in there somehow.
ExporterUtil.GetExportType()
looks a good place to start: