Quantcast
Channel: All Revit API Forum posts
Viewing all articles
Browse latest Browse all 66666

Re: How to set IFC classes in Revit IFC export in C# (Dynamo ZeroTouch)

$
0
0

Do you mean the mapping file?

 

Should be this:

 

 

IFCExportOptions options = new IFCExportOptions();

options.FamilyMappingFile = fileName;

 

document.Export(outputFolder, shortFileName, options);

 

 

There are other useful properties on the options object as well.

 

.


Viewing all articles
Browse latest Browse all 66666

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>