def Activated(self):
        import OpenSCADUtils, FreeCADGui

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