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

This commit is contained in:
Bernd Hahnebach
2017-01-07 16:06:24 +01:00
committed by Yorik van Havre
parent 209ca2bc86
commit 7c2c78e2c6
5 changed files with 62 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Fem_MeshNetgenFromShape"
<< "Fem_MeshGmshFromShape"
<< "Fem_MeshRegion"
<< "Fem_MeshGroup"
//<< "Fem_CreateNodesSet"
<< "Separator"
<< "Fem_Material"
@@ -143,6 +144,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Fem_MeshNetgenFromShape"
<< "Fem_MeshGmshFromShape"
<< "Fem_MeshRegion"
<< "Fem_MeshGroup"
<< "Fem_CreateNodesSet"
<< "Separator"
<< "Fem_Material"