mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
Enable creation of group of edges lying on wires using Mesh.Group()
This commit is contained in:
parent
3e0873e7ff
commit
78e005bc86
@ -2639,7 +2639,7 @@ class Mesh(metaclass = MeshMeta):
|
||||
tgeo = str(shape.GetShapeType())
|
||||
if tgeo == "VERTEX":
|
||||
typ = NODE
|
||||
elif tgeo == "EDGE":
|
||||
elif tgeo == "EDGE" or tgeo == "WIRE":
|
||||
typ = EDGE
|
||||
elif tgeo == "FACE" or tgeo == "SHELL":
|
||||
typ = FACE
|
||||
|
Loading…
Reference in New Issue
Block a user