From: gdd Date: Tue, 28 Sep 2010 08:06:46 +0000 (+0000) Subject: RNC: Completed the documentation of GetElementsByType with the values taken by Elemen... X-Git-Tag: V5_1_5a1~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=195a4bb6eca9af0aeef6efa20af2acbdee5bae08;p=modules%2Fsmesh.git RNC: Completed the documentation of GetElementsByType with the values taken by ElementType --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index ec39c1b37..7f17127c2 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -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):