+ void ClearLastCreated() throw (SALOME::SALOME_Exception);

This commit is contained in:
eap 2013-05-16 16:46:57 +00:00
parent b47c581141
commit 143bb6d8a6

View File

@ -74,6 +74,10 @@ public:
* not created - returns an empty list
*/
SMESH::long_array* GetLastCreatedElems() throw (SALOME::SALOME_Exception);
/*!
* \brief Clears sequences of last created elements and nodes
*/
void ClearLastCreated() throw (SALOME::SALOME_Exception);
/*!
* \brief Returns description of an error/warning occured during the last operation
*/