OperationCreateNCFilesByPartId Method |
返回用户文档首页
导出指定零件的NC文件
Namespace: LoongCAD.STC.Friendly.Scene.OperationsAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntaxpublic static bool CreateNCFilesByPartId(
string dstFolder,
long partId,
NCExportSettings ncSettings
)
Parameters
- dstFolder String
- 导出文件的目录(包括文件名)
- partId Int64
- 导出零件的Id
- ncSettings NCExportSettings
- 导出选项
Return Value
Boolean导出是否成功
ExceptionsException | Condition |
---|
ArgumentNullException | |
See Also