From a41cfa67711ee3ae4318a6d22fa0d7414eeeeb5a Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 16 May 2013 17:14:15 +0000 Subject: [PATCH 1/1] + void ClearLastCreated() raises (SALOME::SALOME_Exception); --- idl/SMESH_MeshEditor.idl | 5 +++++ 1 file changed, 5 insertions(+) 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 */ -- 2.30.2