예제 #1
0
 def __del__(self):
     import PathScripts.PathSelection as PST
     PST.clear()
예제 #2
0
 def preCleanup(self):
     for page in self.featurePages:
         page.onDirtyChanged(None)
     PathSelection.clear()
     FreeCADGui.Selection.removeObserver(self)
     self.obj.ViewObject.Proxy.clearTaskPanel()
예제 #3
0
 def __del__(self):
     import PathScripts.PathSelection as PST
     PST.clear()
예제 #4
0
 def preCleanup(self):
     for page in self.featurePages:
         page.onDirtyChanged(None)
     PathSelection.clear()
     FreeCADGui.Selection.removeObserver(self)
     self.obj.ViewObject.Proxy.clearTaskPanel()
예제 #5
0
파일: PathOpGui.py 프로젝트: SilRoj/FreeCAD
 def __del__(self):
     PathSelection.clear()
예제 #6
0
 def __del__(self):
     PathSelection.clear()