X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_TopoCurve.h;h=e85b7550381a6064b67211f4e5193e32f017bba8;hb=a10433b0e4c819c3e85194f15b2bff87aa25df3f;hp=c707e2a5e8c0e61075e2be074ab3c41223742b64;hpb=0184a027dd5854562adf1bfa4dbf90865476d1d3;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_TopoCurve.h b/src/HYDROData/HYDROData_TopoCurve.h index c707e2a5..e85b7550 100644 --- a/src/HYDROData/HYDROData_TopoCurve.h +++ b/src/HYDROData/HYDROData_TopoCurve.h @@ -31,6 +31,7 @@ class TopoDS_Wire; +//! Get the parameter of the projected point on the curve, and return the distance of the original point double ProjectPointToCurve(const gp_XYZ& thePoint, const Adaptor3d_Curve& theCurve, double& theParameter); @@ -170,7 +171,7 @@ public: const double theDeflection, HYDROData_TopoCurve& theCurve) const; //! Calculates the values of the curve in its knots. - //! Returns 'false' if a curve edge has a nonidentity location or a nonforward + //! Returns 'false' if a curve edge has a non-identity location or a non-forward //! orientation or has no a B-spline representation. HYDRODATA_EXPORT bool ValuesInKnots(std::list& theValues) const;