mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
+ void ClearLastCreated() throw (SALOME::SALOME_Exception);
This commit is contained in:
parent
b47c581141
commit
143bb6d8a6
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user