FEM: add FemMeshBoundaryLayer Command and icon file

This commit is contained in:
qingfengxia
2017-06-16 23:41:44 +01:00
committed by wmayer
parent 457a87040a
commit 6b7ec3d85a
4 changed files with 432 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*mesh << "FEM_MeshNetgenFromShape"
<< "FEM_MeshGmshFromShape"
<< "Separator"
<< "FEM_MeshBoundaryLayer"
<< "FEM_MeshRegion"
<< "FEM_MeshGroup"
<< "Separator"
@@ -189,6 +190,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*mesh << "FEM_MeshNetgenFromShape"
<< "FEM_MeshGmshFromShape"
<< "Separator"
<< "FEM_MeshBoundaryLayer"
<< "FEM_MeshRegion"
<< "FEM_MeshGroup"
<< "Separator"