OperationCreateNCFilesFromAll(String, String) Method |
返回用户文档首页
导出整个场景的零件NC文件
Namespace: LoongCAD.STC.Friendly.Scene.OperationsAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntaxpublic static bool CreateNCFilesFromAll(
string configName,
string destFolder
)
Parameters
- configName String
- 导出设置名称(空表示使用默认配置)
- destFolder String
- 导出目录(空表示使用默认输出目录)
Return Value
Boolean导出是否成功
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | |
See Also