def Activated(self):
        import OpenSCADUtils, FreeCADGui

        OpenSCADUtils.removesubtree(FreeCADGui.Selection.getSelection())
Beispiel #2
0
 def Activated(self):
     import OpenSCADUtils,FreeCADGui
     OpenSCADUtils.removesubtree(FreeCADGui.Selection.getSelection())