OperationCreateIFCExportFromAll Method |
返回用户文档首页
导出整个场景为IFC
Namespace: LoongCAD.STC.Friendly.Scene.OperationsAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic static bool CreateIFCExportFromAll(
string fullPath,
IFCExportSettings exportSettings
)
Parameters
- fullPath String
- 导出文件完整路径(包括文件名)
- exportSettings IFCExportSettings
- 导出选项
Return Value
Boolean导出是否成功
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | |
See Also