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