Update Fem workbench

Adding new materials and making some of the objects to python objects
This commit is contained in:
jriegel
2013-08-11 23:08:43 +02:00
parent af25d9195a
commit a495693c9d
20 changed files with 3052 additions and 17 deletions

View File

@@ -74,6 +74,9 @@ Gui::MenuItem* Workbench::setupMenuBar() const
root->insertItem(item, fem);
fem->setCommand("&FEM");
*fem << "Fem_CreateFromShape"
<< "Fem_MechanicalMaterial"
<< "Fem_NewMechanicalAnalysis"
<< "Fem_MechanicalJobControl"
<< "Fem_CreateAnalysis"
<< "Fem_CreateNodesSet"
<< "Fem_ConstraintFixed"