0026930: ShapeConstruct_ProjectCurveOnSurface returns a B-Spline instead of line...
[occt.git] / src / ShapeConstruct / ShapeConstruct_ProjectCurveOnSurface.hxx
index c28f8ce..749c13f 100644 (file)
@@ -147,7 +147,7 @@ protected:
   //! points2d - 2d points lies on line in parametric space
   //! theTol - tolerance used for compare initial points 3d and
   //! 3d points obtained from line lying in parameric space of surface
-  Standard_EXPORT Handle(Geom2d_Curve) getLine (const TColgp_Array1OfPnt& points, const TColStd_Array1OfReal& params, TColgp_Array1OfPnt2d& points2d, const Standard_Real theTol, Standard_Boolean& IsRecompute) const;
+  Standard_EXPORT Handle(Geom2d_Curve) getLine (const TColgp_Array1OfPnt& points, const TColStd_Array1OfReal& params, TColgp_Array1OfPnt2d& points2d, const Standard_Real theTol, Standard_Boolean& IsRecompute, Standard_Boolean &isFromCashe) const;
 
   Handle(ShapeAnalysis_Surface) mySurf;
   Standard_Real myPreci;