From b88417223aa631d84bffe1d7a9b69e02161ddcaf Mon Sep 17 00:00:00 2001 From: Konstantin Leontev Date: Thu, 21 Mar 2024 11:54:16 +0000 Subject: [PATCH] [bos #38044][EDF] (2023-T3) Support for automatic reparation. Fixed union edges selection. --- src/RepairGUIAdv/union_edges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RepairGUIAdv/union_edges.py b/src/RepairGUIAdv/union_edges.py index f3c07b48e..dd27be457 100644 --- a/src/RepairGUIAdv/union_edges.py +++ b/src/RepairGUIAdv/union_edges.py @@ -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) -- 2.39.2