SceneExportIFC(Boolean, String, SceneIFCExportSettings) Method |
返回用户文档首页
将模型导出为IFC文件
Namespace: LoongCAD.STCAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic bool ExportIFC(
bool bOnlySelect,
string filePath,
SceneIFCExportSettings exportSettings
)
Parameters
- bOnlySelect Boolean
- 是否仅导出选中的对象
- filePath String
- 目标文件路径
- exportSettings SceneIFCExportSettings
- 导出设置
Return Value
Boolean是否导出成功
See Also