]> SALOME platform Git repositories - modules/shaper_study.git/blobdiff - idl/SHAPERSTUDY_Gen.idl
Salome HOME
Fix for the issue #3205 : SIGSEGV in Break link with branch occ/modificationByFeatures
[modules/shaper_study.git] / idl / SHAPERSTUDY_Gen.idl
index 9d5d5a34365f7ff464573e16caaa2771c6f3121a..129b4f825fed61bff7091d79e654814112fd2402 100644 (file)
@@ -93,6 +93,10 @@ interface SHAPER_Group : SHAPER_Object
   *  \brief Returns the selected sub-shapes indices
   */
   GEOM::ListOfLong GetSelection();
+  /*!
+  *  \brief Returns the old selected sub-shapes indices (to restore on break-link)
+  */
+  GEOM::ListOfLong GetSelectionOld();
 };
 
 interface Gen : GEOM::GEOM_Gen
@@ -167,7 +171,10 @@ interface SHAPER_Field             : GEOM::GEOM_Field
   *  \brief Returns the selected sub-shapes indices
   */
   GEOM::ListOfLong GetSelection();
-
+  /*!
+  *  \brief Returns the old selected sub-shapes indices (to restore on break-link)
+  */
+  GEOM::ListOfLong GetSelectionOld();
 
   /*!
   *  \brief Sets the internal entry of the object, common for all objects in SHAPER-STUDY