FEM: constraint centrif, Gui tools

This commit is contained in:
UR-0
2021-06-23 07:56:22 +02:00
committed by Bernd Hahnebach
parent f0b543ed81
commit 46282db7c8
9 changed files with 411 additions and 1 deletions

View File

@@ -142,6 +142,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Separator"
<< "FEM_ConstraintForce"
<< "FEM_ConstraintPressure"
<< "FEM_ConstraintCentrif"
<< "FEM_ConstraintSelfWeight";
Gui::ToolBarItem* thermal = new Gui::ToolBarItem(root);
@@ -268,6 +269,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Separator"
<< "FEM_ConstraintForce"
<< "FEM_ConstraintPressure"
<< "FEM_ConstraintCentrif"
<< "FEM_ConstraintSelfWeight";
Gui::MenuItem* thermal = new Gui::MenuItem;