FEM: Add FemCommand class and use it in _CommandFrequencyAnalysis

FemCommand class will gather all common functions/propertied od FEM gui
commands. That should allow to reduce some common code.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-10-10 14:28:42 +01:00
committed by wmayer
parent dc224265fa
commit f1f67b2298
5 changed files with 94 additions and 10 deletions

View File

@@ -82,6 +82,7 @@ SET(FemScripts_SRCS
MechanicalMaterial.ui
MechanicalMaterial.py
ShowDisplacement.ui
FemCommands.py
_ResultControlTaskPanel.py
_JobControlTaskPanel.py
_ViewProviderFemAnalysis.py