mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 15:40:32 +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())
|
tgeo = str(shape.GetShapeType())
|
||||||
if tgeo == "VERTEX":
|
if tgeo == "VERTEX":
|
||||||
typ = NODE
|
typ = NODE
|
||||||
elif tgeo == "EDGE":
|
elif tgeo == "EDGE" or tgeo == "WIRE":
|
||||||
typ = EDGE
|
typ = EDGE
|
||||||
elif tgeo == "FACE" or tgeo == "SHELL":
|
elif tgeo == "FACE" or tgeo == "SHELL":
|
||||||
typ = FACE
|
typ = FACE
|
||||||
|
Loading…
Reference in New Issue
Block a user