From 143bb6d8a6e9802f6fb6228ced3a655d278fa888 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 16 May 2013 16:46:57 +0000 Subject: [PATCH] + void ClearLastCreated() throw (SALOME::SALOME_Exception); --- src/SMESH_I/SMESH_MeshEditor_i.hxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/SMESH_I/SMESH_MeshEditor_i.hxx b/src/SMESH_I/SMESH_MeshEditor_i.hxx index e53011e77..399fe708e 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.hxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.hxx @@ -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 */ -- 2.30.2