OperationCreateNCFilesFromSelected(String, NCExportSettings) Method |
返回用户文档首页Note: This API is now obsolete.
导出选中模型对象的零件NC文件
Namespace: LoongCAD.STC.Friendly.Scene.OperationsAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntax[ObsoleteAttribute("此方法已弃用,请用带有配置名称参数的同名函数代替", true)]
public static bool CreateNCFilesFromSelected(
string dstFolder,
NCExportSettings exportSettings
)Parameters
- dstFolder String
- 导出文件的目录
- exportSettings NCExportSettings
- 导出选项
Return Value
Boolean导出是否成功
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | |
See Also