mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 18:20:35 +05:00
0023208: [CEA 1660] GetType function returns 0 with an object resulting from a transformation
Update documentation on GEOM_Object::GetType() method.
This commit is contained in:
parent
0e330446a2
commit
09357329ca
@ -299,7 +299,9 @@ module GEOM
|
|||||||
long GetStudyID();
|
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();
|
long GetType();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user