Click or drag to resize

OperationCreateIFCRef Method

返回用户文档首页
导入IFC参考模型

Namespace: LoongCAD.STC.Friendly.Scene.Operations
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntax
C#
public static bool CreateIFCRef(
	string filePath,
	IFCImportRefSetting importSettings
)

Parameters

filePath  String
导入文件完整路径(包括文件名)
importSettings  IFCImportRefSetting
导出选项

Return Value

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