]> SALOME platform Git repositories - modules/smesh.git/commitdiff
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)
+    ## 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

index a14f1d555e9a81d44198c18e25b56ab8680398d3..9d8a0f5d76b45faaffa1ca20643b585ca3b8191a 100644 (file)
@@ -1804,10 +1804,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)):