FEM: Python base constraint, move modules into gui and obj packages
This commit is contained in:
@@ -22,11 +22,9 @@ endif(BUILD_GUI)
|
||||
SET(FemScripts_SRCS
|
||||
Init.py
|
||||
InitGui.py
|
||||
FemConstraint.py
|
||||
FemUtils.py
|
||||
ObjectsFem.py
|
||||
TestFem.py
|
||||
ViewProviderFemConstraint.py
|
||||
)
|
||||
|
||||
SET(FemCommands_SRCS
|
||||
@@ -178,6 +176,7 @@ SET(FemObjectsScripts_SRCS
|
||||
PyObjects/_FemMeshResult.py
|
||||
PyObjects/_FemResultMechanical.py
|
||||
PyObjects/_FemSolverCalculix.py
|
||||
PyObjects/FemConstraint.py
|
||||
)
|
||||
|
||||
SET(FemAllScripts
|
||||
@@ -250,6 +249,7 @@ SET(FemGuiScripts_SRCS
|
||||
PyGui/_ViewProviderFemSolverCalculix.py
|
||||
PyGui/FemSelectionObserver.py
|
||||
PyGui/FemSelectionWidgets.py
|
||||
PyGui/ViewProviderFemConstraint.py
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ __author__ = "Markus Hovorka, Bernd Hahnebach"
|
||||
__url__ = "http://www.freecadweb.org"
|
||||
|
||||
|
||||
import ViewProviderFemConstraint
|
||||
from . import ViewProviderFemConstraint
|
||||
|
||||
|
||||
class ViewProxy(ViewProviderFemConstraint.ViewProxy):
|
||||
|
||||
@@ -28,7 +28,7 @@ __url__ = "http://www.freecadweb.org"
|
||||
|
||||
import FreeCAD as App
|
||||
import FemUtils
|
||||
import ViewProviderFemConstraint
|
||||
from . import ViewProviderFemConstraint
|
||||
from FreeCAD import Units
|
||||
|
||||
import FreeCADGui as Gui
|
||||
|
||||
@@ -28,7 +28,7 @@ __url__ = "http://www.freecadweb.org"
|
||||
|
||||
import FreeCAD as App
|
||||
import FemUtils
|
||||
import ViewProviderFemConstraint
|
||||
from . import ViewProviderFemConstraint
|
||||
from FreeCAD import Units
|
||||
|
||||
import FreeCADGui as Gui
|
||||
|
||||
@@ -28,7 +28,7 @@ __url__ = "http://www.freecadweb.org"
|
||||
|
||||
import FreeCAD as App
|
||||
import FemUtils
|
||||
import ViewProviderFemConstraint
|
||||
from . import ViewProviderFemConstraint
|
||||
from FreeCAD import Units
|
||||
|
||||
import FreeCADGui as Gui
|
||||
|
||||
@@ -26,7 +26,7 @@ __author__ = "Markus Hovorka, Bernd Hahnebach"
|
||||
__url__ = "http://www.freecadweb.org"
|
||||
|
||||
|
||||
import FemConstraint
|
||||
from . import FemConstraint
|
||||
|
||||
|
||||
class Proxy(FemConstraint.Proxy):
|
||||
|
||||
@@ -26,7 +26,7 @@ __author__ = "Markus Hovorka, Bernd Hahnebach"
|
||||
__url__ = "http://www.freecadweb.org"
|
||||
|
||||
|
||||
import FemConstraint
|
||||
from . import FemConstraint
|
||||
|
||||
|
||||
class Proxy(FemConstraint.Proxy):
|
||||
|
||||
@@ -26,7 +26,7 @@ __author__ = "Markus Hovorka, Bernd Hahnebach"
|
||||
__url__ = "http://www.freecadweb.org"
|
||||
|
||||
|
||||
import FemConstraint
|
||||
from . import FemConstraint
|
||||
|
||||
|
||||
class Proxy(FemConstraint.Proxy):
|
||||
|
||||
@@ -26,7 +26,7 @@ __author__ = "Markus Hovorka, Bernd Hahnebach"
|
||||
__url__ = "http://www.freecadweb.org"
|
||||
|
||||
|
||||
import FemConstraint
|
||||
from . import FemConstraint
|
||||
|
||||
|
||||
class Proxy(FemConstraint.Proxy):
|
||||
|
||||
Reference in New Issue
Block a user