- piccole modifiche per simulazione con Virtual Additive.
This commit is contained in:
Dario Sassi
2024-04-29 12:48:18 +02:00
parent 412c3c4b5d
commit a0d7687214
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -106,6 +106,7 @@ Public Class MySimulation
MachineAxisList(Index).IsReadOnlyAxesValue = True
Next
End If
EgtSimSetUiStatus(GetStatus())
End Sub
#End Region ' METHODS
+3 -3
View File
@@ -29,7 +29,7 @@ Public Class SimulationPanelVM
If EgtSetInfo(EgtGetCurrMachGroup(), KEY_MCHGRP_VM, value) Then
m_VirtualAdditive_IsChecked = value
Else
NotifyPropertyChanged(VirtualAdditive_IsChecked)
NotifyPropertyChanged(NameOf(VirtualAdditive_IsChecked))
End If
End Set
End Property
@@ -153,8 +153,8 @@ Public Class SimulationPanelVM
EgtRemoveInfo(EgtGetCurrMachGroup(), KEY_MCHGRP_VM)
EgtEnableModified()
End If
NotifyPropertyChanged(VirtualAdditive_IsChecked)
NotifyPropertyChanged(VirtualAdditive_Visibility)
NotifyPropertyChanged(NameOf(VirtualAdditive_IsChecked))
NotifyPropertyChanged(NameOf(VirtualAdditive_Visibility))
' nascondo slider strati e layer da visualizzare
Map.refSliderManagerVM.SetSliderVisibility(False)
Map.refViewLayerManagerVM.SetViewLayerManagerVisibility(False)