From: eap Date: Thu, 18 Jun 2009 12:45:53 +0000 (+0000) Subject: - ## Returns the list of IDs of submesh elements with the given type X-Git-Tag: V5_1_3rc1~157 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6d0508c77be597828299a09d87f175170c4ca7bf;p=modules%2Fsmesh.git - ## 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)): --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index a14f1d555..9d8a0f5d7 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -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)):