Salome HOME
RNC: Completed the documentation of GetElementsByType with the values taken by Elemen...
authorgdd <gdd>
Tue, 28 Sep 2010 08:06:46 +0000 (08:06 +0000)
committergdd <gdd>
Tue, 28 Sep 2010 08:06:46 +0000 (08:06 +0000)
src/SMESH_SWIG/smeshDC.py

index ec39c1b37ead20177e71599f50c5bcec961080fd..7f17127c23f9570a997bde68f3dc3a1a485f026d 100644 (file)
@@ -2000,7 +2000,7 @@ class Mesh:
         return self.mesh.GetElementsId()
 
     ## Returns the list of IDs of mesh elements with the given type
-    #  @param elementType  the required type of elements
+    #  @param elementType  the required type of elements (SMESH.NODE, SMESH.EDGE, SMESH.FACE or SMESH.VOLUME)
     #  @return list of integer values
     #  @ingroup l1_meshinfo
     def GetElementsByType(self, elementType):