mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-05 12:44:16 +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.
|
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__(
|
SubShapesBaseDlg.__init__(
|
||||||
self, 'Union Edges', 'union_edges_algo.py', False, selection_level, 1)
|
self, 'Union Edges', 'union_edges_algo.py', False, selection_level, 1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user