From: eap Date: Wed, 11 Oct 2006 11:06:31 +0000 (+0000) Subject: add comment of GetSubShapesId() X-Git-Tag: V3_2_3pre1~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=faf37f09737c2b139950ecd4309254e0491739a1;p=modules%2Fsmesh.git add comment of GetSubShapesId() --- diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index 8228e1b53..e636b7f49 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -170,7 +170,8 @@ module SMESH raises ( SALOME::SALOME_Exception ); /*! - * + * Return indeces of faces, edges and vertices of given subshapes + * within theMainObject */ long_array GetSubShapesId( in GEOM::GEOM_Object theMainObject, in object_array theListOfSubObjects )