From 197cddcfc9d22c133f38c64b6091958a869409f5 Mon Sep 17 00:00:00 2001 From: msv Date: Fri, 11 Nov 2016 15:49:41 +0300 Subject: [PATCH] 0028092: Wrong statement in reference manual for Geom_ToroidalSurface::Bounds Description has been corrected. --- src/Geom/Geom_ToroidalSurface.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5