FEM: rename CommandMeshFromShape into _CommandMeshNetgenFromShape

This commit is contained in:
Bernd Hahnebach
2016-11-22 19:47:46 +01:00
parent 30e54ec0e2
commit 1c0920d624
5 changed files with 14 additions and 14 deletions

View File

@@ -58,7 +58,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*fem << "Fem_Analysis"
<< "Fem_SolverCalculix"
// << "Fem_SolverZ88"
<< "Fem_MeshFromShape"
<< "Fem_MeshNetgenFromShape"
<< "Fem_MechanicalMaterial"
<< "Fem_MaterialMechanicalNonlinear"
<< "Fem_BeamSection"
@@ -118,7 +118,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*fem << "Fem_Analysis"
<< "Fem_SolverCalculix"
<< "Fem_SolverZ88"
<< "Fem_MeshFromShape"
<< "Fem_MeshNetgenFromShape"
<< "Fem_MechanicalMaterial"
<< "Fem_MaterialMechanicalNonlinear"
<< "Fem_BeamSection"