EgtCAM5 :

- Migliorie varie.
This commit is contained in:
Emmanuele Sassi
2016-07-16 10:59:15 +00:00
parent 3ae7be0057
commit d2605949d2
17 changed files with 649 additions and 113 deletions
@@ -37,12 +37,14 @@ Namespace EgtCAM5
End Get
Set(value As OperationListBoxItem)
If value IsNot m_SelectedOperation Then
'EgtSetCurrMachining(value.Id)
If m_LastMarkedOperationId <> GDB_ID.NULL Then
EgtResetMark(m_LastMarkedOperationId)
End If
EgtSetMark(value.Id)
m_LastMarkedOperationId = value.Id
EgtDraw()
Application.Msn.NotifyColleagues(Application.SELECTEDOPERATION, value)
m_SelectedOperation = value
End If
End Set
@@ -82,7 +84,8 @@ Namespace EgtCAM5
''' Execute the Point. This method is invoked by the PointCommand.
''' </summary>
Public Sub NewMachining(ByVal param As Object)
EgtDeselectAll()
Application.Msn.NotifyColleagues(Application.MACHININGTREEVIEWEXPANDERISENABLED, True)
End Sub
''' <summary>