Salome HOME
Fix processing multiply point-point coincidences (fix for the model test cases)
[modules/shaper.git] / src / SketchSolver / PlaneGCSSolver / PlaneGCSSolver_UpdateCoincidence.h
index d5acf494af430a2776bb1750a644678d0e3f5773..20ce3425a0b9c595cb4f68c5292db64302f5b247 100644 (file)
@@ -73,6 +73,9 @@ private:
     /// Merge two groups
     void merge(const CoincidentEntities& theOther);
 
+    /// Returns any of external points
+    EntityWrapperPtr externalPoint() const;
+
   private:
     std::set<EntityWrapperPtr> myPoints; ///< coincident points
     std::set<EntityWrapperPtr> myExternalPoints; //< external points coincident to other points