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)