From 0e172e2ce7996fcc7470e4d1d9d64890a4982561 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 18 Jun 2009 12:46:35 +0000 Subject: [PATCH] - ## 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): --- src/SMESH_SWIG/smeshDC.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)): -- 2.39.2