]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
[bos #38044][EDF] (2023-T3) Support for automatic reparation. Fixed union edges selec...
authorKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Thu, 21 Mar 2024 11:54:16 +0000 (11:54 +0000)
committerKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Fri, 14 Jun 2024 17:03:06 +0000 (18:03 +0100)
src/RepairGUIAdv/union_edges.py

index f3c07b48e9af588037d85d900d8d7f60f0ecaef7..dd27be457ef7f2e103fccbe1a6e5007cd4e40536 100644 (file)
@@ -30,7 +30,7 @@ class UnionEdgesDlg(SubShapesBaseDlg):
     """
     Dialog for Union Edges plugin that unifies edges of selected face.
     """
-    def __init__(self, selection_level = GEOM.FACE):
+    def __init__(self, selection_level = GEOM.EDGE):
         SubShapesBaseDlg.__init__(
             self, 'Union Edges', 'union_edges_algo.py', False, selection_level, 1)