]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAddons/macros/compoundVertices/feature.py
Salome HOME
Added removeFolder high level API level and make folders correctly refreshed in the...
[modules/shaper.git] / src / PythonAddons / macros / compoundVertices / feature.py
index 0f2189c1ec2a7c6e18e10d804438f9c59e8fd807..224a21313e08fda23a1a246923c2b4c85e8a9034 100644 (file)
@@ -65,7 +65,7 @@ class compoundVertices(model.Feature):
                 for feature in self.lfeatures:
                    part.removeFeature(feature.feature())
                 self.lfeatures = []
-                #part.removeFeature(self.folder.feature())
+                model.removeFolder(self.folder)
 
             from os.path import basename
             filename = basename(filepath)