Click or drag to resize

OperationCreateNCFilesFromSelected(String, String) Method

返回用户文档首页
导出选中模型对象的零件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#
public static bool CreateNCFilesFromSelected(
	string configName,
	string destFolder
)

Parameters

configName  String
导出设置名称(空表示使用默认配置)
destFolder  String
导出目录(空表示使用默认输出目录)

Return Value

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