FEM: mesh region, add command to FreeCAD GUI menu and tool bar

This commit is contained in:
Bernd Hahnebach
2016-12-20 18:11:13 +01:00
committed by Yorik van Havre
parent 139da0ee3d
commit 95e51fc4b8
6 changed files with 75 additions and 0 deletions

View File

@@ -59,8 +59,11 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Fem_Analysis"
<< "Fem_SolverCalculix"
// << "Fem_SolverZ88"
<< "Separator"
<< "Fem_MeshNetgenFromShape"
<< "Fem_MeshGmshFromShape"
<< "Fem_MeshRegion"
<< "Separator"
<< "Fem_MechanicalMaterial"
<< "Fem_MaterialMechanicalNonlinear"
<< "Fem_BeamSection"
@@ -129,8 +132,11 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Fem_Analysis"
<< "Fem_SolverCalculix"
<< "Fem_SolverZ88"
<< "Separator"
<< "Fem_MeshNetgenFromShape"
<< "Fem_MeshGmshFromShape"
<< "Fem_MeshRegion"
<< "Separator"
<< "Fem_MechanicalMaterial"
<< "Fem_MaterialMechanicalNonlinear"
<< "Fem_BeamSection"