From: eap Date: Thu, 9 Jun 2005 07:03:58 +0000 (+0000) Subject: PAL9022. enable creation of groups on SHELLs X-Git-Tag: T2_2_4a3 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=030274bd88800bd1afcaeb9a7d565ace77cbaa78;hp=6674c3301f6d1d0b88cce86117889474c7c0a2f1 PAL9022. enable creation of groups on SHELLs --- diff --git a/src/SMESH_SWIG/smesh.py b/src/SMESH_SWIG/smesh.py index 2fb7de23f..2e96ee20f 100644 --- a/src/SMESH_SWIG/smesh.py +++ b/src/SMESH_SWIG/smesh.py @@ -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"]: