X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintBase.h;h=dffeed1a36d32afb8496f5bfd6c7b8e8a05ae8ee;hb=7b4a6a2a335d41a647e0f6a6becb7c23df042be1;hp=cd7155409b14f2de533dcbefd9c2549878287858;hpb=7d14a8dcb15197fb67509112e7d9a62cce03b1c0;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintBase.h b/src/SketchPlugin/SketchPlugin_ConstraintBase.h index cd7155409..dffeed1a3 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintBase.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintBase.h @@ -30,7 +30,6 @@ * Also the list of possible attributes is provided to simplify assignment. */ -#define SKETCH_CONSTRAINT_COLOR "225,225,0" #define SKETCH_DIMENSION_COLOR "64,128,225" /** \class SketchPlugin_ConstraintBase @@ -54,10 +53,6 @@ class SketchPlugin_ConstraintBase : public SketchPlugin_Constraint, public GeomA /// \param theDeltaY the delta for Y coordinate is moved SKETCHPLUGIN_EXPORT virtual void move(const double theDeltaX, const double theDeltaY); - /// Return the distance between the feature and the point - /// \param thePoint the point - virtual double distanceToPoint(const std::shared_ptr& thePoint); - protected: /// \brief Use plugin manager for features creation SketchPlugin_ConstraintBase()