mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 07:10:33 +05:00
+ void ClearLastCreated() raises (SALOME::SALOME_Exception);
This commit is contained in:
parent
ab30b9ea23
commit
a41cfa6771
@ -58,6 +58,11 @@ module SMESH
|
|||||||
*/
|
*/
|
||||||
long_array GetLastCreatedElems() raises (SALOME::SALOME_Exception);
|
long_array GetLastCreatedElems() raises (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \brief Clears sequences of last created elements and nodes
|
||||||
|
*/
|
||||||
|
void ClearLastCreated() raises (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Returns description of an error/warning occured during the last operation
|
* \brief Returns description of an error/warning occured during the last operation
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user