+ FEM: reimplement function to create FEM mesh from shape

This commit is contained in:
wmayer
2015-04-23 23:36:05 +02:00
parent ec96217335
commit 4db69850fb
3 changed files with 29 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
root->insertItem(item, fem);
fem->setCommand("&FEM");
*fem << "Fem_NewMechanicalAnalysis"
<< "Fem_CreateFromShape"
<< "Fem_MechanicalMaterial"
<< "Separator"
<< "Fem_CreateNodesSet"