EgtCAM5 3.1b1 :

- correzioni a recupero nome da nota NcName di Gruppo di Lavoro per file di generazione e stima.
This commit is contained in:
Dario Sassi
2026-02-19 11:30:36 +01:00
parent a7999c4182
commit 18505bfa5d
4 changed files with 6 additions and 6 deletions
@@ -448,7 +448,7 @@ Public Class SimulationExpanderVM
sInfo = "EgtCAM5 ver." & Map.refMainWindowVM.Version() & " - " & sCurrFilePath
#End If
If EgtGetInfo(EgtGetCurrMachGroup(), KEY_MCHGRP_NCNAME, sCncFile) AndAlso Not String.IsNullOrWhiteSpace(sCncFile) Then
sCncFile = Path.GetDirectoryName(sCurrFilePath) & "\" & sCncFile
sCncFile = Path.GetDirectoryName(sCurrFilePath) & "\" & Path.GetFileName(sCncFile)
Else
sCncFile = Path.ChangeExtension(sCurrFilePath, Nothing)
If IniFile.m_bMachiningGroup Then