FEM: Move _CommandFemFromShape class to separate file

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-10-09 20:10:12 +01:00
committed by wmayer
parent dfb2335421
commit cf8ef4d9bc
5 changed files with 37 additions and 27 deletions

View File

@@ -107,6 +107,7 @@ void FemGuiExport initFemGui()
Base::Interpreter().loadModule("_CommandQuickAnalysis");
Base::Interpreter().loadModule("_CommandPurgeFemResults");
Base::Interpreter().loadModule("_CommandMechanicalJobControl");
Base::Interpreter().loadModule("_CommandFemFromShape");
Base::Interpreter().loadModule("MechanicalAnalysis");
Base::Interpreter().loadModule("MechanicalMaterial");
Base::Interpreter().loadModule("FemBeamSection");