FEM: Move _CommandFrequencyAnalysis class to separate file

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-10-09 19:50:06 +01:00
committed by wmayer
parent dec1563c95
commit ad68cad1bf
5 changed files with 42 additions and 29 deletions

View File

@@ -103,6 +103,7 @@ void FemGuiExport initFemGui()
FemGui::ViewProviderResultPython ::init();
Base::Interpreter().loadModule("_CommandMechanicalShowResult");
Base::Interpreter().loadModule("_CommandFrequencyAnalysis");
Base::Interpreter().loadModule("MechanicalAnalysis");
Base::Interpreter().loadModule("MechanicalMaterial");
Base::Interpreter().loadModule("FemBeamSection");