Salome HOME
- ## Returns the list of IDs of submesh elements with the given type
authoreap <eap@opencascade.com>
Thu, 18 Jun 2009 12:46:35 +0000 (12:46 +0000)
committereap <eap@opencascade.com>
Thu, 18 Jun 2009 12:46:35 +0000 (12:46 +0000)
+    ## Returns type of elements on given shape
     #  @param Shape a geom object(subshape) IOR
     #         Shape must be a subshape of a ShapeToMesh()
-    #  @return the list of integer values
+    #  @return element type
     #  @ingroup l1_meshinfo
     def GetSubMeshElementType(self, Shape):

src/SMESH_SWIG/smeshDC.py

index 9afa95394f43c45d392c62b735c30e7572d15303..a1f62cdfa8586c3402069314e56c928c69b2589c 100644 (file)
@@ -1539,10 +1539,10 @@ class Mesh:
             ShapeID = Shape
         return self.mesh.GetSubMeshNodesId(ShapeID, all)
 
-    ## Returns the list of IDs of submesh elements with the given type
+    ## Returns type of elements on given shape
     #  @param Shape a geom object(subshape) IOR
     #         Shape must be a subshape of a ShapeToMesh()
-    #  @return the list of integer values
+    #  @return element type
     #  @ingroup l1_meshinfo
     def GetSubMeshElementType(self, Shape):
         if ( isinstance( Shape, geompyDC.GEOM._objref_GEOM_Object)):