From: msv Date: Fri, 11 Nov 2016 12:49:41 +0000 (+0300) Subject: 0028092: Wrong statement in reference manual for Geom_ToroidalSurface::Bounds X-Git-Tag: V7_1_0~35 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=197cddcfc9d22c133f38c64b6091958a869409f5;p=occt.git 0028092: Wrong statement in reference manual for Geom_ToroidalSurface::Bounds Description has been corrected. --- diff --git a/src/Geom/Geom_ToroidalSurface.hxx b/src/Geom/Geom_ToroidalSurface.hxx index 93499c848f..6c22fcafdb 100644 --- a/src/Geom/Geom_ToroidalSurface.hxx +++ b/src/Geom/Geom_ToroidalSurface.hxx @@ -147,7 +147,7 @@ public: Standard_EXPORT Standard_Real Area() const; //! Returns the parametric bounds U1, U2, V1 and V2 of this torus. - //! For a torus: U1 = V1 = 0 and V1 = V2 = 2*PI . + //! For a torus: U1 = V1 = 0 and U2 = V2 = 2*PI . Standard_EXPORT void Bounds (Standard_Real& U1, Standard_Real& U2, Standard_Real& V1, Standard_Real& V2) const Standard_OVERRIDE;