在Revit自带的导出功能中,我们可以知道,Revit可以导出如下格式文件:

他们分别对应的API在Document类下面,主要包含以下方法
1 | Export(String, String, MassGBXMLExportOptions) | 从体量模型文档中导出gbXML文件。 | 2 | Export(String, String, GBXMLExportOptions) | 从当前模型文档中导出gbXML文件。 | 3 | Export(String, String, IFCExportOptions) | 从当前模型文档中导出IFC文件。 | 4 | Export(String, String, NavisworksExportOptions) | 从当前模型文档中导出.nwc文件。 | 5 | Export(String, String, ViewSet, DWFExportOptions) | 从当前模型文档中导出.dwf文件。 | 6 | Export(String, String, ViewSet, DWFXExportOptions) | 从当前模型文档中导出.dwfx文件。 | 7 | Export(String, String, ViewSet, FBXExportOptions) | 从当前模型文档中导出.fbx文件。 | 8 | Export(String, String, ICollection)>>), DWGExportOptions) | 导出指定视图为dwg | 10 | Export(String, String, ICollection)>>), SATExportOptions) | 导出指定视图为.sat |
详细说明:
房间对应GBXMLExportOptions
编号NameDescription1Encoding设置当前的编码方式2ExportEnergyModelTypeSpatialElement 房间和空间BuildingElement 分析表面2IsValidObject判断当前元素是否验证
分析表面对应:MassGBXMLExportOptions
[table][tr]编号 NameDescription[/tr][tr][td]1[/td][td]<a rel="noopener">MassGBXMLExportOptions(IList)>>), IList |
|