OperationCreateDWGFileByPartId Method |
返回用户文档首页
导出指定零件的DWG文件
Namespace: LoongCAD.STC.Friendly.Scene.OperationsAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.18 (2025.0.9.18)
Syntaxpublic static bool CreateDWGFileByPartId(
string fullPath,
long partId,
DWGExportSettings exportSettings
)
Parameters
- fullPath String
- 导出文件路径(包括文件名)
- partId Int64
- 导出零件的Id
- exportSettings DWGExportSettings
- 导出选项
Return Value
Boolean导出是否成功
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | |
See Also