FEM: fromShape not needed modul loading deleted

This commit is contained in:
Bernd Hahnebach 2015-11-12 13:37:11 +01:00
parent 391cdf816d
commit 78ac00180f

View File

@ -43,7 +43,6 @@ class _CommandFemFromShape(FemCommands):
def Activated(self):
FreeCAD.ActiveDocument.openTransaction("Create FEM mesh")
FreeCADGui.addModule("FemGui")
FreeCADGui.addModule("MechanicalAnalysis")
sel = FreeCADGui.Selection.getSelection()
if (len(sel) == 1):
if(sel[0].isDerivedFrom("Part::Feature")):