0021564: Intersection of two planar faces produces curve with too many poles
[occt.git] / src / BRepApprox / BRepApprox_Approx.hxx
index 9b03e23..c3c5bbd 100644 (file)
@@ -90,6 +90,9 @@ protected:
 
 private:
 
+  Standard_EXPORT Standard_Integer CorrectFinishIdx(const Standard_Integer theMinIdx,
+                                                    const Standard_Integer theMaxIdx,
+                                                    const Handle(BRepApprox_ApproxLine)& theline);
   
   Standard_EXPORT void Perform (const BRepAdaptor_Surface& Surf1, const IntSurf_Quadric& Surf2, const Handle(BRepApprox_ApproxLine)& aLine, const Standard_Boolean ApproxXYZ, const Standard_Boolean ApproxU1V1, const Standard_Boolean ApproxU2V2, const Standard_Integer indicemin, const Standard_Integer indicemax);