OmagCUT :

- corretta gestione cornici su guide per inserimento nel grezzo.
This commit is contained in:
Dario Sassi
2020-02-18 16:03:53 +00:00
parent 96c979bc58
commit a71cfae22a
+2 -1
View File
@@ -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)