From: eap Date: Thu, 16 May 2013 17:14:15 +0000 (+0000) Subject: + void ClearLastCreated() raises (SALOME::SALOME_Exception); X-Git-Tag: V7_3_0a1~441 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=a41cfa67711ee3ae4318a6d22fa0d7414eeeeb5a;ds=sidebyside + void ClearLastCreated() raises (SALOME::SALOME_Exception); --- diff --git a/idl/SMESH_MeshEditor.idl b/idl/SMESH_MeshEditor.idl index f1b2fc82b..f3c785aad 100644 --- a/idl/SMESH_MeshEditor.idl +++ b/idl/SMESH_MeshEditor.idl @@ -58,6 +58,11 @@ module SMESH */ 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 */