Salome HOME
PAL9022. enable creation of groups on SHELLs T2_2_4a3
authoreap <eap@opencascade.com>
Thu, 9 Jun 2005 07:03:58 +0000 (07:03 +0000)
committereap <eap@opencascade.com>
Thu, 9 Jun 2005 07:03:58 +0000 (07:03 +0000)
src/SMESH_SWIG/smesh.py

index 2fb7de23f19e59c0fc2f19c5dd4022d183d50514..2e96ee20fbd21c13c6d898cf72559ea38848ef12 100644 (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"]: