1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0028092: Wrong statement in reference manual for Geom_ToroidalSurface::Bounds

Description has been corrected.
This commit is contained in:
msv
2016-11-11 15:49:41 +03:00
committed by apn
parent 424392e0d8
commit 197cddcfc9

View File

@@ -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;