FEM: GMSH mesh tool, add command and add it to tool bar and make a menu entry

This commit is contained in:
Bernd Hahnebach
2016-11-22 19:47:58 +01:00
parent 8839a19b61
commit 55fcf495c8
5 changed files with 70 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Fem_SolverCalculix"
// << "Fem_SolverZ88"
<< "Fem_MeshNetgenFromShape"
<< "Fem_MeshGmshFromShape"
<< "Fem_MechanicalMaterial"
<< "Fem_MaterialMechanicalNonlinear"
<< "Fem_BeamSection"
@@ -119,6 +120,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Fem_SolverCalculix"
<< "Fem_SolverZ88"
<< "Fem_MeshNetgenFromShape"
<< "Fem_MeshGmshFromShape"
<< "Fem_MechanicalMaterial"
<< "Fem_MaterialMechanicalNonlinear"
<< "Fem_BeamSection"