Salome HOME
Issue #2130: arc is done not as desired
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Tools.h
index cecc946fc6b4b00574fd1a5d52d68133af6e74d0..ac2a6cd36d86cf61cfbca084308dba705a968d34 100644 (file)
@@ -39,6 +39,9 @@ void findCoincidences(const FeaturePtr theStartCoin,
 /// Find all features the point is coincident to.
 std::set<FeaturePtr> findFeaturesCoincidentToPoint(const AttributePoint2DPtr& thePoint);
 
+/// Find all points the given point is coincident to.
+std::set<AttributePoint2DPtr> findPointsCoincidentToPoint(const AttributePoint2DPtr& thePoint);
+
 void resetAttribute(SketchPlugin_Feature* theFeature, const std::string& theId);
 
 /// Creates coincidence or tangent constraint.