From: eap Date: Thu, 18 Jun 2009 12:46:35 +0000 (+0000) Subject: - ## Returns the list of IDs of submesh elements with the given type X-Git-Tag: V4_1_0_maintainance_FINAL~52 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0e172e2ce7996fcc7470e4d1d9d64890a4982561;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): --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 9afa95394..a1f62cdfa 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -1539,10 +1539,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)):