From a71cfae22a824a037ff78ebf3aafa7d2c6d7e397 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 18 Feb 2020 16:03:53 +0000 Subject: [PATCH] OmagCUT : - corretta gestione cornici su guide per inserimento nel grezzo. --- FrameCutPageUC.xaml.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FrameCutPageUC.xaml.vb b/FrameCutPageUC.xaml.vb index 9bdc368..b910b14 100644 --- a/FrameCutPageUC.xaml.vb +++ b/FrameCutPageUC.xaml.vb @@ -516,7 +516,8 @@ Public Class FrameCutPageUC Return False End If ' Parcheggio il pezzo trovato - m_MainWindow.m_CadCutPageUC.m_NestPage.StoreOnePart(nTruePartId) + m_MainWindow.m_CadCutPageUC.m_NestPage.CalcRawPart() + m_MainWindow.m_CadCutPageUC.m_NestPage.StoreOnePart( nTruePartId) ' Recupero layer e curva della sezione Dim nSectLayId As Integer = EgtGetFirstNameInGroup(nTruePartId, NAME_SECT) Dim nSectId As Integer = EgtGetFirstInGroup(nSectLayId)