OmagCUT :
- correzioni gestione tagli da sotto in import DXF.
This commit is contained in:
@@ -397,7 +397,12 @@ Public Class ImportPageUC
|
||||
Else
|
||||
Dim nLayId As Integer = EgtGetFirstNameInGroup(nPartId, NAME_OUTLOOP)
|
||||
EgtGetInfo(nId, "ID", nLayId)
|
||||
' prima deseleziono eventuale pezzo già selezionato
|
||||
EgtDeselectAll()
|
||||
m_nSelectedPart = GDB_ID.NULL
|
||||
m_nSelectedLayer = GDB_ID.NULL
|
||||
m_SideAngleUC.WriteSideAngleForNest(ImportScene.GetCtx())
|
||||
' seleziono pezzo cliccato
|
||||
EgtSelectObj(nId)
|
||||
EgtSelectObj(nLayId)
|
||||
m_nSelectedPart = nPartId
|
||||
@@ -833,6 +838,8 @@ Public Class ImportPageUC
|
||||
DripDrillBtn.IsEnabled = True
|
||||
mmBtn.IsEnabled = True
|
||||
inchBtn.IsEnabled = True
|
||||
' Elimino scritte angoli per input e inserisco quelle definitive
|
||||
m_SideAngleUC.WriteSideAngleForNest(ImportScene.GetCtx())
|
||||
' Ricavo nome pezzo selezionato
|
||||
Dim Part1 As Integer = m_MainWindow.m_ImportPageUC.m_nSelectedPart
|
||||
EgtErase(EgtGetFirstNameInGroup(Part1, SIDE_ANGLE_LAYER))
|
||||
|
||||
Reference in New Issue
Block a user