FEM: add CalculiX solver object
This commit is contained in:
committed by
Yorik van Havre
parent
80cf664ec8
commit
6865e35fd9
@@ -56,6 +56,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
Gui::ToolBarItem* fem = new Gui::ToolBarItem(root);
|
||||
fem->setCommand("FEM");
|
||||
*fem << "Fem_NewMechanicalAnalysis"
|
||||
<< "Fem_SolverCalculix"
|
||||
<< "Fem_CreateFromShape"
|
||||
<< "Fem_MechanicalMaterial"
|
||||
<< "Fem_BeamSection"
|
||||
@@ -85,6 +86,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
root->insertItem(item, fem);
|
||||
fem->setCommand("&FEM");
|
||||
*fem << "Fem_NewMechanicalAnalysis"
|
||||
<< "Fem_SolverCalculix"
|
||||
<< "Fem_CreateFromShape"
|
||||
<< "Fem_MechanicalMaterial"
|
||||
<< "Fem_BeamSection"
|
||||
|
||||
Reference in New Issue
Block a user