ExportMap/cs/SGUtils.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ExportMap/cs/SGUtils.cs
@@ -113,6 +113,15 @@ /// </summary> private SysTask CreateTask(XYZArgs args, List<SysMeta> list) { args.name = list[0].name; for (int i = 1; i < list.Count; i++) { string name =args.name+ "," + list[i].name; if (name.Length > 100) break; args.name = name; } switch (list[0].type) { case "3dml":