GetElementType method added. It is used by GUI part in operation selection mechanism

This commit is contained in:
sln 2005-08-23 08:35:18 +00:00
parent fd1707fca8
commit 7c3a43b79f

View File

@ -416,6 +416,12 @@ module SMESH
long_array GetNodesId() long_array GetNodesId()
raises (SALOME::SALOME_Exception); raises (SALOME::SALOME_Exception);
/*!
* Returns type of mesh element
*/
ElementType GetElementType( in long id, in boolean iselem )
raises (SALOME::SALOME_Exception);
/*! /*!
* Get mesh description * Get mesh description
*/ */
@ -448,6 +454,12 @@ module SMESH
long_array GetElementsByType( in ElementType theType ) long_array GetElementsByType( in ElementType theType )
raises (SALOME::SALOME_Exception); raises (SALOME::SALOME_Exception);
/*!
* Return type of submesh element
*/
ElementType GetElementType( in long id, in boolean iselem )
raises (SALOME::SALOME_Exception);
/*! /*!
* *
*/ */