mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031939: Coding - correction of spelling errors in comments [part 5]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -112,17 +112,17 @@ public:
|
||||
Standard_EXPORT virtual void SetTolerance (const Standard_Real Tol3d, const Standard_Real Tol2d) Standard_OVERRIDE;
|
||||
|
||||
//! Get the barycentre of Surface. An very poor
|
||||
//! estimation is sufficent. This information is usefull
|
||||
//! estimation is sufficient. This information is useful
|
||||
//! to perform well conditioned rational approximation.
|
||||
Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the length of the maximum section. This
|
||||
//! information is usefull to perform well conditioned rational
|
||||
//! information is useful to perform well conditioned rational
|
||||
//! approximation.
|
||||
Standard_EXPORT virtual Standard_Real MaximalSection() const Standard_OVERRIDE;
|
||||
|
||||
//! Compute the minimal value of weight for each poles
|
||||
//! of all sections. This information is usefull to
|
||||
//! of all sections. This information is useful to
|
||||
//! perform well conditioned rational approximation.
|
||||
Standard_EXPORT virtual void GetMinimalWeight (TColStd_Array1OfReal& Weigths) const Standard_OVERRIDE;
|
||||
|
||||
|
@@ -50,7 +50,7 @@ public:
|
||||
//! Approximation of the new Surface (and
|
||||
//! eventually the 2d Curves on the support
|
||||
//! surfaces).
|
||||
//! Normaly the 2d curve are
|
||||
//! Normally the 2d curve are
|
||||
//! approximated with an tolerance given by the
|
||||
//! resolution on support surfaces, but if this
|
||||
//! tolerance is too large Tol2d is used.
|
||||
@@ -78,7 +78,7 @@ public:
|
||||
|
||||
const TColStd_Array1OfInteger& SurfVMults() const;
|
||||
|
||||
//! returns the maximum error in the suface approximation.
|
||||
//! returns the maximum error in the surface approximation.
|
||||
Standard_EXPORT Standard_Real MaxErrorOnSurf() const;
|
||||
|
||||
Standard_Integer NbCurves2d() const;
|
||||
@@ -102,7 +102,7 @@ public:
|
||||
|
||||
Standard_EXPORT Standard_Real TolCurveOnSurf (const Standard_Integer Index) const;
|
||||
|
||||
//! diplay information on approximation.
|
||||
//! display information on approximation.
|
||||
Standard_EXPORT void Dump (Standard_OStream& o) const;
|
||||
|
||||
|
||||
|
@@ -112,7 +112,7 @@ static void FusionneIntervalles(const TColStd_Array1OfReal& I1,
|
||||
|
||||
//=======================================================================
|
||||
//function : BRepBlend_SurfRstEvolRad
|
||||
//purpose : Contructor
|
||||
//purpose : Constructor
|
||||
//=======================================================================
|
||||
BRepBlend_SurfRstEvolRad::BRepBlend_SurfRstEvolRad
|
||||
(const Handle(Adaptor3d_Surface)& Surf,
|
||||
|
Reference in New Issue
Block a user