Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintParallel.h
index 6e81c66d367428fe1edc1242cd269d78024002ec..5e9cc9fe9ec88ab343105b7992e6598769e259be 100644 (file)
 #include <SketchPlugin_Sketch.h>
 #include "SketchPlugin_ConstraintBase.h"
 
-#define PARALLEL_COLOR "#ffff00"
-
 /** \class SketchPlugin_ConstraintParallel
- *  \ingroup DataModel
+ *  \ingroup Plugins
  *  \brief Feature for creation of a new constraint parallelism of two lines
  *
  *  This constraint has two attributes:
@@ -45,11 +43,6 @@ class SketchPlugin_ConstraintParallel : 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_ConstraintParallel();
 };