X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Tools.h;h=ac2a6cd36d86cf61cfbca084308dba705a968d34;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=cecc946fc6b4b00574fd1a5d52d68133af6e74d0;hpb=01460d486f1f4e3ba95ef528bfe71cdc9674da58;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Tools.h b/src/SketchPlugin/SketchPlugin_Tools.h index cecc946fc..ac2a6cd36 100644 --- a/src/SketchPlugin/SketchPlugin_Tools.h +++ b/src/SketchPlugin/SketchPlugin_Tools.h @@ -39,6 +39,9 @@ void findCoincidences(const FeaturePtr theStartCoin, /// Find all features the point is coincident to. std::set findFeaturesCoincidentToPoint(const AttributePoint2DPtr& thePoint); +/// Find all points the given point is coincident to. +std::set findPointsCoincidentToPoint(const AttributePoint2DPtr& thePoint); + void resetAttribute(SketchPlugin_Feature* theFeature, const std::string& theId); /// Creates coincidence or tangent constraint.