FEM: temporary remove not supported tools from tool bar

This commit is contained in:
Bernd Hahnebach 2016-11-22 19:47:01 +01:00
parent 1b43a73da8
commit bd927f71cf

View File

@ -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"