Click or drag to resize

OperationCreateNCFilesFromAll Method

返回用户文档首页
导出整个场景的零件NC文件

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

Parameters

dstFolder  String
导出文件的目录(包括文件名)
ncSettings  NCExportSettings
导出选项

Return Value

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