FEM: fromShape not needed modul loading deleted
This commit is contained in:
parent
391cdf816d
commit
78ac00180f
|
@ -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")):
|
||||
|
|
Loading…
Reference in New Issue
Block a user