Salome HOME
- ## Returns the list of IDs of submesh elements with the given type
authoreap <eap@opencascade.com>
Thu, 18 Jun 2009 12:45:53 +0000 (12:45 +0000)
committereap <eap@opencascade.com>
Thu, 18 Jun 2009 12:45:53 +0000 (12:45 +0000)
commit6d0508c77be597828299a09d87f175170c4ca7bf
tree511c15333877e808c764d277f9edde1928e7144a
parent8735b17bdc73f6d2855744eea268eb82e431a13d
-    ## 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)):
src/SMESH_SWIG/smeshDC.py