]> SALOME platform Git repositories - modules/geom.git/blobdiff - idl/GEOM_Gen.idl
Salome HOME
0023208: [CEA 1660] GetType function returns 0 with an object resulting from a transf...
[modules/geom.git] / idl / GEOM_Gen.idl
index 1e572a79f9deeb3e7273c0cbd96c89989e0461b3..be4adbbd0c744a61047e0f35ce5c5a76181839a5 100644 (file)
@@ -299,7 +299,9 @@ module GEOM
     long GetStudyID();
 
     /*!
-     *  \brief Get internal type of the object (POINT, BOX, CYLINDER, EXTRUSION...).
+     *  \brief Get internal type of operation created this object (POINT, BOX, CYLINDER, EXTRUSION...).
+     *  \note To get topological information on the object, use \ref GEOM_IMeasureOperations::WhatIs() "WhatIs()"
+     * or \ref GEOM_IMeasureOperations::KindOfShape() "KindOfShape()" operation.
      */
     long GetType();