FEM: delete FemExample since there is no example inside

This commit is contained in:
Bernd Hahnebach 2015-11-25 07:06:01 +01:00 committed by Yorik van Havre
parent fb7153d5fe
commit a25c4ac7da
3 changed files with 0 additions and 15 deletions

View File

@ -104,7 +104,6 @@ SET(FemScripts_SRCS
FemAnalysis.py
FemCommands.py
FemBeamSection.py
FemExample.py
FemShellThickness.py
FemSolverCalculix.py
FemTools.py

View File

@ -12,7 +12,6 @@ INSTALL(
InitGui.py
convert2TetGen.py
FemExample.py
SelectionObserverFem.py
TestFem.py

View File

@ -1,13 +0,0 @@
# Example hwo to use the basic fem classes. The Fem module is dependend on Part but nor on other Modules.
# So we need only:
from Fem import *
from Part import *
from FreeCAD import *
m = FemMesh()
m.NodeCount
b = makeBox(10,10,10)
m.setShape(b)
m.NodeCount