mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
[bos #38044][EDF] (2023-T3) Support for automatic reparation. Fixed union edges selection.
This commit is contained in:
parent
6715a241c1
commit
b88417223a
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user