Salome HOME
Simplification and refactoring of unit tests for SketchPlugin
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintMirror.h
index 5ae07ac19686ea40bc994a5a99481f4af84d22e0..70bb78793ae6ddfb9a0ca4f9045f962ea7a9097a 100644 (file)
@@ -58,6 +58,9 @@ class SketchPlugin_ConstraintMirror : public SketchPlugin_ConstraintBase
   /// Returns the AIS preview
   SKETCHPLUGIN_EXPORT virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious);
 
+  /// removes all fields from this feature: results, data, etc
+  SKETCHPLUGIN_EXPORT virtual void erase();
+
   /// \brief Use plugin manager for features creation
   SketchPlugin_ConstraintMirror();
 };