X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintMirror.h;h=70bb78793ae6ddfb9a0ca4f9045f962ea7a9097a;hb=752c9e02e6aa8ced24e9b53097cb42540d5e6a08;hp=5ae07ac19686ea40bc994a5a99481f4af84d22e0;hpb=d7a4accddf64dfbe704738e6b7708164643aeba7;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintMirror.h b/src/SketchPlugin/SketchPlugin_ConstraintMirror.h index 5ae07ac19..70bb78793 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintMirror.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintMirror.h @@ -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(); };