PAL9022. enable creation of groups on SHELLs

This commit is contained in:
eap 2005-06-09 07:03:58 +00:00
parent 6674c3301f
commit 030274bd88

View File

@ -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"]: