Click or drag to resize

OperationCreateIFCExportFromSelected Method

返回用户文档首页
导出当前选中模型对象为IFC

Namespace: LoongCAD.STC.Friendly.Scene.Operations
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public static bool CreateIFCExportFromSelected(
	string fullPath,
	IFCExportSettings exportSettings
)

Parameters

fullPath  String
导出文件完整路径(包括文件名)
exportSettings  IFCExportSettings
导出选项

Return Value

Boolean
导出是否成功
Exceptions
ExceptionCondition
ArgumentNullException
See Also