Click or drag to resize

OperationCreateNCFilesFromSelected Method

返回用户文档首页
导出选中模型对象的零件NC文件

Namespace: LoongCAD.STC.Friendly.Scene.Operations
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.18 (2025.0.9.18)
Syntax
C#
public static bool CreateNCFilesFromSelected(
	string dstFolder,
	NCExportSettings exportSettings
)

Parameters

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

Return Value

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