0027772: Foundation Classes - define Standard_Boolean using C++ type "bool" instead...
[occt.git] / src / ShapeAnalysis / ShapeAnalysis_Surface.hxx
index 0176b05..e4ac811 100644 (file)
@@ -347,9 +347,10 @@ private:
   Standard_EXPORT void ComputeSingularities();
   
   Standard_EXPORT void ComputeBoxes();
-  
-  Standard_EXPORT Standard_Boolean SurfaceNewton (const gp_Pnt2d& p2dPrev, const gp_Pnt& P3D, const Standard_Real preci, gp_Pnt2d& sol);
-  
+
+  //! @return 0, 1 or 2.
+  Standard_EXPORT Standard_Integer SurfaceNewton (const gp_Pnt2d& p2dPrev, const gp_Pnt& P3D, const Standard_Real preci, gp_Pnt2d& sol);
+
   Standard_EXPORT void SortSingularities();