翼度科技»论坛 编程开发 .net 查看内容

Revit 二次开发之 图纸的导出

4

主题

4

帖子

12

积分

新手上路

Rank: 1

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

他们分别对应的API在Document类下面,主要包含以下方法
 
1Export(String, String, MassGBXMLExportOptions)从体量模型文档中导出gbXML文件。
2Export(String, String, GBXMLExportOptions)从当前模型文档中导出gbXML文件。
3Export(String, String, IFCExportOptions)从当前模型文档中导出IFC文件。
4Export(String, String, NavisworksExportOptions)从当前模型文档中导出.nwc文件。
5Export(String, String, ViewSet, DWFExportOptions)从当前模型文档中导出.dwf文件。
6Export(String, String, ViewSet, DWFXExportOptions)从当前模型文档中导出.dwfx文件。
7Export(String, String, ViewSet, FBXExportOptions)从当前模型文档中导出.fbx文件。
8Export(String, String, ICollection)>>), DWGExportOptions)导出指定视图为dwg
10Export(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

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

举报 回复 使用道具