OperationCreateIFCExportByObjectIds Method |
返回用户文档首页
导出指定模型对象为IFC
Namespace: LoongCAD.STC.Friendly.Scene.OperationsAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntaxpublic static bool CreateIFCExportByObjectIds(
string fullPath,
long[] objIds,
IFCExportSettings exportSettings
)
Parameters
- fullPath String
- 导出文件完整路径(包括文件名)
- objIds Int64
- 对象ID数组
- exportSettings IFCExportSettings
- 导出选项
Return Value
Boolean是否导出成功
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | |
See Also