From 5ea4c63d62e5ad901901ef390ae3fe993591a2e8 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 6 May 2019 06:33:05 +0000 Subject: [PATCH] EgtCAM5 2.1e1 : - aggiunto disegno superfici Swept - corretta interfaccia lavorazioni Sgrossatura e Finitura con Lama. --- Application.xaml.vb | 1 + DrawPanel/DrawPanelV.xaml | 5 +++ DrawPanel/DrawPanelVM.vb | 29 ++++++++++++++++++ EgtCAM5.vbproj | 3 ++ My Project/AssemblyInfo.vb | 4 +-- .../InputExpander/InputExpanderV.xaml | 6 ++-- .../InputExpander/InputExpanderVM.vb | 21 +++++++++++-- .../MachiningParameterExpanderV.xaml | 9 ++++++ .../MachiningParameterExpanderVM.vb | 6 ++++ Resources/DrawPanel/Swept.png | Bin 0 -> 2088 bytes 10 files changed, 78 insertions(+), 6 deletions(-) create mode 100644 Resources/DrawPanel/Swept.png diff --git a/Application.xaml.vb b/Application.xaml.vb index e556d2e..221308d 100644 --- a/Application.xaml.vb +++ b/Application.xaml.vb @@ -103,6 +103,7 @@ Class Application Friend Const REVOLVE As String = "Revolve" Friend Const SCREW As String = "Screw" Friend Const RULED As String = "Ruled" + Friend Const SWEPT As String = "Swept" Friend Const MERGESURF As String = "MergeSurf" Friend Const EXPLODESURF As String = "ExplodeSurf" Friend Const INVERTSURF As String = "InvertSurf" diff --git a/DrawPanel/DrawPanelV.xaml b/DrawPanel/DrawPanelV.xaml index 6ec3d7b..63a8225 100644 --- a/DrawPanel/DrawPanelV.xaml +++ b/DrawPanel/DrawPanelV.xaml @@ -109,6 +109,11 @@ Command="{Binding ScrewCommand}" IsEnabled="{Binding bLayerOkAndSelOk}"> +