mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031939: Coding - correction of spelling errors in comments [part 10]
Fix various typos via codespell.
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
Standard_EXPORT HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter(const Standard_Address& Curve, const Standard_Integer NbPnt, const IntRes2d_Domain& Domain, const Standard_Real Tol);
|
||||
|
||||
//! The current polygon is modified if most
|
||||
//! of the points of the polygon are are
|
||||
//! of the points of the polygon are
|
||||
//! outside the box <OtherBox>. In this
|
||||
//! situation, bounds are computed to build
|
||||
//! a polygon inside or near the OtherBox.
|
||||
|
@@ -51,8 +51,7 @@ public:
|
||||
//! Returns the current vertex
|
||||
Standard_EXPORT const HLRAlgo_Intersection& Current() const;
|
||||
|
||||
//! Returns True if the current vertex is is on the
|
||||
//! boundary of the edge.
|
||||
//! Returns True if the current vertex is on the boundary of the edge.
|
||||
Standard_EXPORT Standard_Boolean IsBoundary() const;
|
||||
|
||||
//! Returns True if the current vertex is an
|
||||
|
Reference in New Issue
Block a user