FEM: delete FemExample since there is no example inside
This commit is contained in:
committed by
Yorik van Havre
parent
68fdc49898
commit
c68ffa6bb6
@@ -104,7 +104,6 @@ SET(FemScripts_SRCS
|
||||
FemAnalysis.py
|
||||
FemCommands.py
|
||||
FemBeamSection.py
|
||||
FemExample.py
|
||||
FemShellThickness.py
|
||||
FemSolverCalculix.py
|
||||
FemTools.py
|
||||
|
||||
@@ -12,7 +12,6 @@ INSTALL(
|
||||
InitGui.py
|
||||
|
||||
convert2TetGen.py
|
||||
FemExample.py
|
||||
|
||||
SelectionObserverFem.py
|
||||
TestFem.py
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user