Salome HOME
Issue #604 Creation of an unexpected line in the Sketcher
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMirror.h
index e65dcb90bc77363098636fda0ef710fb3c07a52b..26d97ff983889e358e457f29d523839ad979b19a 100644 (file)
@@ -66,6 +66,9 @@ private:
                         const Slvs_Entity& theMirror,
                         const double theMirrorLine[]) const;
 
+  /// \brief Precisely update last point to be on arc
+  void adjustArcPoints(const Slvs_Entity& theArc) const;
+
 private:
   size_t myNumberOfObjects; ///< number of previously mirrored objects
 };