From bd927f71cfd497d5687fd606f2d7bbb19dda3f6f Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 22 Nov 2016 19:47:01 +0100 Subject: [PATCH] FEM: temporary remove not supported tools from tool bar --- src/Mod/Fem/Gui/Workbench.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/Mod/Fem/Gui/Workbench.cpp b/src/Mod/Fem/Gui/Workbench.cpp index e785f27bd..ebc18caf0 100755 --- a/src/Mod/Fem/Gui/Workbench.cpp +++ b/src/Mod/Fem/Gui/Workbench.cpp @@ -64,7 +64,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const << "Fem_BeamSection" << "Fem_ShellThickness" << "Separator" - << "Fem_CreateNodesSet" + //<< "Fem_CreateNodesSet" << "Separator" << "Fem_ConstraintFixed" << "Fem_ConstraintDisplacement" @@ -75,12 +75,11 @@ Gui::ToolBarItem* Workbench::setupToolBars() const << "Fem_ConstraintSelfWeight" << "Fem_ConstraintForce" << "Fem_ConstraintPressure" - << "Separator" - << "Fem_ConstraintBearing" - << "Fem_ConstraintGear" - << "Fem_ConstraintPulley" - << "Separator" - << "Fem_ConstraintFluidBoundary" + //<< "Separator" + //<< "Fem_ConstraintBearing" + //<< "Fem_ConstraintGear" + //<< "Fem_ConstraintPulley" + //<< "Fem_ConstraintFluidBoundary" << "Separator" << "Fem_ConstraintTemperature" << "Fem_ConstraintHeatflux"