]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_ConstraintParallel.h
Salome HOME
Flyout implemented for parallel and perpendicular constraints
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintParallel.h
index eae4fcfbbcb614512f741adaadfc2f3a035c18b5..9496f0722138a2e2adb5553f2e3667d6e64aed39 100644 (file)
@@ -42,6 +42,11 @@ public:
   /// Returns the AIS preview
   SKETCHPLUGIN_EXPORT virtual Handle_AIS_InteractiveObject getAISShape(Handle_AIS_InteractiveObject 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();
 };