FEM: mesh group, add command to FreeCAD GUI menu and tool bar
This commit is contained in:
committed by
Yorik van Havre
parent
209ca2bc86
commit
7c2c78e2c6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user