FEM: split FemShellThickness into separate modules

This commit is contained in:
Bernd Hahnebach
2015-11-05 10:51:50 +01:00
parent 41786331f3
commit 393d04697e
8 changed files with 333 additions and 195 deletions

View File

@@ -73,8 +73,6 @@ SET(FemScripts_SRCS
ccxFrdReader.py
ccxInpWriter.py
TestFem.py
FemShellThickness.py
FemShellThickness.ui
FemBeamSection.py
FemBeamSection.ui
FemTools.py
@@ -94,6 +92,13 @@ SET(FemScripts_SRCS
_CommandMechanicalJobControl.py
_CommandFemFromShape.py
_CommandNewMechanicalAnalysis.py
_FemShellThickness.py
_ViewProviderFemShellThickness.py
FemShellThickness.py
_CommandFemShellThickness.py
_FemShellThicknessTaskPanel.py
FemShellThickness.ui
)
#SOURCE_GROUP("Scripts" FILES ${FemScripts_SRCS})