Salome HOME
Added comment
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintCoincidence.h
index 43354e80d4e7c907d7bafeaf74695cf8ebed297c..47d58e0e23299282a208d848f156ce28faf4b603 100644 (file)
@@ -58,6 +58,9 @@ private:
   /// \brief Create full SolveSpace structure according to given constraint
   void addConstraint(ConstraintPtr theConstraint);
 
+  /// \brief Create constraint of point concident to the line or circle
+  Slvs_hConstraint addPointOnEntity(Slvs_hEntity thePoint, Slvs_hEntity theEntity);
+
 private:
   int myType; ///< type of constraint (applicable SLVS_C_POINTS_COINCIDENT or SLVS_C_PT_ON_LINE or SLVS_C_PT_ON_CIRCLE)
   std::map<ConstraintPtr, Slvs_hConstraint> myExtraCoincidence; ///< multiple coincidence of points