X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintCoincidence.h;h=c41358c3cbc930131be34a63ce0ccf5d1ccbee03;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=4990259e250f8b36c7ef0ed3f1de00898d62ea6f;hpb=023c72db1a0c06efe73559cc2ff37c841842823a;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.h b/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.h index 4990259e2..c41358c3c 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.h @@ -52,6 +52,14 @@ class SketchPlugin_ConstraintCoincidence : public SketchPlugin_ConstraintBase static FeaturePtr findCoincidenceFeature(const FeaturePtr& theFeature1, const FeaturePtr& theFeature2); + /// Creates a constraint on two points + /// \param theSketch a sketch feature + /// \param thePoint1 the first point + /// \param thePoint2 the second point + static void createCoincidenceFeature(SketchPlugin_Sketch* theSketch, + const std::shared_ptr& thePoint1, + const std::shared_ptr& thePoint2); + /// Returns point of coincidence feature /// \param theFeature a coincidence feature /// \return point 2d attribute. Coincidence always has at least one point 2d attribute