mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
PAL9022. enable creation of groups on SHELLs
This commit is contained in:
parent
5e356c3e2c
commit
f2af320581
@ -431,6 +431,8 @@ class Mesh:
|
||||
type = SMESH.FACE
|
||||
elif tgeo == "SOLID":
|
||||
type = SMESH.VOLUME
|
||||
elif tgeo == "SHELL":
|
||||
type = SMESH.VOLUME
|
||||
elif tgeo == "COMPOUND":
|
||||
tgeo = geompy.GetType(grp)
|
||||
if tgeo == geompy.ShapeType["VERTEX"]:
|
||||
|
Loading…
Reference in New Issue
Block a user