Click or drag to resize

SceneExportIFC(Boolean, String, IFCExportSettings) Method

返回用户文档首页
将模型导出为IFC文件

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.13 (2025.0.9.13)
Syntax
C#
public bool ExportIFC(
	bool bSelectedOnly,
	string filePath,
	IFCExportSettings exportSettings
)

Parameters

bSelectedOnly  Boolean
是否仅导出选中的对象
filePath  String
目标文件路径
exportSettings  IFCExportSettings
导出设置

Return Value

Boolean
是否导出成功
See Also