Pulizia codice
This commit is contained in:
@@ -563,9 +563,6 @@ Public Class SplitPageUC
|
||||
Dim EgtCol As Color3d = m_ChangeToolPage.EgtColor
|
||||
Dim tmpSawColor As System.Windows.Media.Color = System.Windows.Media.Color.FromRgb(EgtCol.R, EgtCol.G, EgtCol.B)
|
||||
m_ItemList(Index).SawColor = New SolidColorBrush(tmpSawColor)
|
||||
' Assegno un colore alla lavorazione
|
||||
'CamAuto.ChangePvColor(nNewMchId, EgtCol)
|
||||
'ColorsCut(nNewMchId, EgtCol)
|
||||
EgtDraw()
|
||||
End If
|
||||
End If
|
||||
|
||||
@@ -305,6 +305,7 @@ Public Class ProjectMgrUC
|
||||
ResetAllSplitCut()
|
||||
' Ricalcolo tutte le lavorazioni
|
||||
Dim nWarn As Integer = 0
|
||||
EgtOutLog(" -- RESET MACHININIG --")
|
||||
ResetAllMachinings(nWarn)
|
||||
If nWarn = 1 Then m_CurrProjPage.SetWarningMessage(EgtMsg(MSG_SPLITPAGEUC + 11)) ' Lama troppo grande per utilizzo ventosa
|
||||
' Se eistono elimino i grezzi delle fasi che non contengono lavorazioni
|
||||
|
||||
Reference in New Issue
Block a user