mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
RNC: Completed the documentation of GetElementsByType with the values taken by ElementType
This commit is contained in:
parent
656fe38db7
commit
195a4bb6ec
@ -2000,7 +2000,7 @@ class Mesh:
|
|||||||
return self.mesh.GetElementsId()
|
return self.mesh.GetElementsId()
|
||||||
|
|
||||||
## Returns the list of IDs of mesh elements with the given type
|
## 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
|
# @return list of integer values
|
||||||
# @ingroup l1_meshinfo
|
# @ingroup l1_meshinfo
|
||||||
def GetElementsByType(self, elementType):
|
def GetElementsByType(self, elementType):
|
||||||
|
Loading…
Reference in New Issue
Block a user