From: vsr Date: Wed, 7 Nov 2012 08:43:01 +0000 (+0000) Subject: 0021936: [CEA 698] GEO-GUI : Several metho to get the entry of one object, several... X-Git-Tag: V6_6_0b1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=de4b5b0c72af292284de6279bd7ce2001842f0ec;p=modules%2Fgeom.git 0021936: [CEA 698] GEO-GUI : Several metho to get the entry of one object, several different results * add explanation about internal nature of some GEOM methods to the documentation --- diff --git a/idl/GEOM_Gen.idl b/idl/GEOM_Gen.idl index 4a05f783b..f35c7935e 100644 --- a/idl/GEOM_Gen.idl +++ b/idl/GEOM_Gen.idl @@ -209,7 +209,10 @@ module GEOM { /*! - * \brief Get an entry of the object in GEOM component. + * \brief Get internal (unique) entry of the object in the GEOM component's data tree. + * \note This is not an entry of the data object in SALOME study. + * This is internal function of GEOM component, though it can be used outside it for + appropriate reason (e.g. for unique identification of geometry object). */ string GetEntry();