FEM: constraint self weight: object implementation

This commit is contained in:
Bernd Hahnebach
2016-07-21 06:07:24 +01:00
committed by Yorik van Havre
parent 90d181aec2
commit 84e017e4db
8 changed files with 205 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Fem_ConstraintFixed"
<< "Fem_ConstraintDisplacement"
<< "Separator"
<< "Fem_ConstraintSelfWeight"
<< "Fem_ConstraintForce"
<< "Fem_ConstraintPressure"
<< "Fem_ConstraintBearing"
@@ -116,6 +117,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Fem_ConstraintFixed"
<< "Fem_ConstraintDisplacement"
<< "Separator"
<< "Fem_ConstraintSelfWeight"
<< "Fem_ConstraintForce"
<< "Fem_ConstraintPressure"
<< "Fem_ConstraintBearing"