1
0
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 4]

Fix various typos

Fixed via `codespell v2.1.dev
This commit is contained in:
luz paz
2020-12-16 11:58:16 +03:00
committed by bugmaster
parent 7fb9d6d573
commit 0177fe2617
196 changed files with 476 additions and 1351 deletions

View File

@@ -52,7 +52,7 @@ public:
//! otherwise surface is not restricted.
//! If UseBToler = false then the 2d-point of intersection is classified with null-tolerance
//! (relative to face);
//! otherwise it's using maximium between input tolerance(aTol) and tolerances of face bounds (edges).
//! otherwise it's using maximum between input tolerance(aTol) and tolerances of face bounds (edges).
Standard_EXPORT IntCurvesFace_Intersector(const TopoDS_Face& F, const Standard_Real aTol,
const Standard_Boolean aRestr = Standard_True,
const Standard_Boolean UseBToler = Standard_True);
@@ -61,7 +61,7 @@ public:
//! segment L and the loaded face.
//!
//! PInf is the smallest parameter on the line
//! PSup is the highest parmaeter on the line
//! PSup is the highest parameter on the line
//!
//! For an infinite line PInf and PSup can be
//! +/- RealLast.
@@ -102,7 +102,7 @@ public:
//! The values can be either TopAbs_IN
//! ( the point is in the face)
//! or TopAbs_ON
//! ( the point is on a boudary of the face).
//! ( the point is on a boundary of the face).
TopAbs_State State (const Standard_Integer I) const;
//! Returns true if curve is parallel or belongs face surface

View File

@@ -100,7 +100,7 @@ public:
//! The values can be either TopAbs_IN
//! ( the point is in the face)
//! or TopAbs_ON
//! ( the point is on a boudary of the face).
//! ( the point is on a boundary of the face).
TopAbs_State State (const Standard_Integer I) const;
//! Returns the significant face used to determine