From 09357329ca1aeb2b7ceb4af2e8234863ae17a8dc Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 8 Feb 2016 18:48:44 +0300 Subject: [PATCH] 0023208: [CEA 1660] GetType function returns 0 with an object resulting from a transformation Update documentation on GEOM_Object::GetType() method. --- idl/GEOM_Gen.idl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/idl/GEOM_Gen.idl b/idl/GEOM_Gen.idl index 1e572a79f..be4adbbd0 100644 --- a/idl/GEOM_Gen.idl +++ b/idl/GEOM_Gen.idl @@ -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(); -- 2.30.2