Click or drag to resize

OperationCreateNCFilesFromSelected(String, NCExportSettings) Method

返回用户文档首页

Note: This API is now obsolete.

导出选中模型对象的零件NC文件

Namespace: LoongCAD.STC.Friendly.Scene.Operations
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntax
C#
[ObsoleteAttribute("此方法已弃用,请用带有配置名称参数的同名函数代替", true)]
public static bool CreateNCFilesFromSelected(
	string dstFolder,
	NCExportSettings exportSettings
)

Parameters

dstFolder  String
导出文件的目录
exportSettings  NCExportSettings
导出选项

Return Value

Boolean
导出是否成功
Exceptions
ExceptionCondition
ArgumentNullException
See Also