X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintPerpendicular.h;h=3dc6f589b8339c8e00e6c45cd253024b52ae796c;hb=34bfe89b8ad83a4a3d5b07bcf08a4df075c3f83c;hp=1e1953eee9b57a6d096774bc8a0bd8fd41483a0e;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintPerpendicular.h b/src/SketchPlugin/SketchPlugin_ConstraintPerpendicular.h index 1e1953eee..3dc6f589b 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintPerpendicular.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintPerpendicular.h @@ -11,10 +11,8 @@ #include #include "SketchPlugin_ConstraintBase.h" -#define PERPENDICULAR_COLOR "#ffff00" - /** \class SketchPlugin_ConstraintPerpendicular - * \ingroup DataModel + * \ingroup Plugins * \brief Feature for creation of a new constraint for perpendicularity of two lines * * This constraint has two attributes: @@ -45,11 +43,6 @@ class SketchPlugin_ConstraintPerpendicular : public SketchPlugin_ConstraintBase /// Returns the AIS preview SKETCHPLUGIN_EXPORT virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious); - /// Moves the feature - /// \param theDeltaX the delta for X coordinate is moved - /// \param theDeltaY the delta for Y coordinate is moved - SKETCHPLUGIN_EXPORT virtual void move(const double theDeltaX, const double theDeltaY); - /// \brief Use plugin manager for features creation SketchPlugin_ConstraintPerpendicular(); };