Salome HOME
+ void ClearLastCreated() throw (SALOME::SALOME_Exception);
authoreap <eap@opencascade.com>
Thu, 16 May 2013 16:46:57 +0000 (16:46 +0000)
committereap <eap@opencascade.com>
Thu, 16 May 2013 16:46:57 +0000 (16:46 +0000)
src/SMESH_I/SMESH_MeshEditor_i.hxx

index e53011e772100d708b1108fe453d087f90f507c1..399fe708eb831e238cbaf0d4c8ebead58063d4c8 100644 (file)
@@ -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
    */