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}"> +