mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0031939: Coding - correction of spelling errors in comments [part 3]
Fix various typos Fixed via `codespell v2.1.dev0`
This commit is contained in:
@@ -100,8 +100,8 @@ public:
|
||||
|
||||
//! Returns the solution number Index and raises OutOfRange
|
||||
//! exception if Index is greater than the number of solutions.
|
||||
//! Be carefull: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to theses outside the context
|
||||
//! Be careful: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to these outside the context
|
||||
//! of the algorithm-object.
|
||||
//! Exceptions
|
||||
//! Standard_OutOfRange if Index is less than or equal
|
||||
|
@@ -116,8 +116,8 @@ public:
|
||||
|
||||
//! Returns the solution number Index and raises OutOfRange
|
||||
//! exception if Index is greater than the number of solutions.
|
||||
//! Be carefull: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to theses outside the context of the algorithm-object.
|
||||
//! Be careful: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to these outside the context of the algorithm-object.
|
||||
//! Warning
|
||||
//! This indexing simply provides a means of consulting the
|
||||
//! solutions. The index values are not associated with
|
||||
|
@@ -134,8 +134,8 @@ public:
|
||||
|
||||
//! Returns the solution number Index and raises OutOfRange
|
||||
//! exception if Index is greater than the number of solutions.
|
||||
//! Be carefull: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to theses outside the context
|
||||
//! Be careful: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to these outside the context
|
||||
//! of the algorithm-object.
|
||||
Standard_EXPORT gp_Circ2d ThisSolution (const Standard_Integer Index) const;
|
||||
|
||||
|
@@ -78,8 +78,8 @@ public:
|
||||
|
||||
//! Returns the solution number Index and raises OutOfRange
|
||||
//! exception if Index is greater than the number of solutions.
|
||||
//! Be carefull: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to theses outside the
|
||||
//! Be careful: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to these outside the
|
||||
//! context of the algorithm-object.
|
||||
//! It raises NotDone if the construction algorithm
|
||||
//! didn't succeed.
|
||||
|
@@ -127,8 +127,8 @@ public:
|
||||
|
||||
//! Returns the solution number Index and raises OutOfRange
|
||||
//! exception if Index is greater than the number of solutions.
|
||||
//! Be carefull: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to theses outside the context
|
||||
//! Be careful: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to these outside the context
|
||||
//! of the algorithm-object.
|
||||
//! Exceptions
|
||||
//! Standard_OutOfRange if Index is less than zero or
|
||||
|
@@ -126,7 +126,7 @@ public:
|
||||
//! Returns the solution number Index and raises OutOfRange
|
||||
//! exception if Index is greater than the number of solutions.
|
||||
//! Be careful: the Index is only a way to get all the
|
||||
//! solutions, but is not associated to theses outside the
|
||||
//! solutions, but is not associated to these outside the
|
||||
//! context of the algorithm-object.
|
||||
//! It raises NotDone if the construction algorithm
|
||||
//! didn't succeed.
|
||||
|
@@ -66,7 +66,7 @@ public:
|
||||
Standard_EXPORT Geom2dGcc_Lin2d2Tan(const Geom2dGcc_QualifiedCurve& Qualified1, const Geom2dGcc_QualifiedCurve& Qualified2, const Standard_Real Tolang);
|
||||
|
||||
//! This class implements the algorithms used to create 2d
|
||||
//! lines passing thrue a point and tangent to a curve.
|
||||
//! lines passing through a point and tangent to a curve.
|
||||
//! Tolang is used to determine the tolerance for the tangency points.
|
||||
Standard_EXPORT Geom2dGcc_Lin2d2Tan(const Geom2dGcc_QualifiedCurve& Qualified1, const gp_Pnt2d& ThePoint, const Standard_Real Tolang);
|
||||
|
||||
@@ -78,7 +78,7 @@ public:
|
||||
Standard_EXPORT Geom2dGcc_Lin2d2Tan(const Geom2dGcc_QualifiedCurve& Qualified1, const Geom2dGcc_QualifiedCurve& Qualified2, const Standard_Real Tolang, const Standard_Real Param1, const Standard_Real Param2);
|
||||
|
||||
//! This class implements the algorithms used to create 2d
|
||||
//! lines passing thrue a point and tangent to a curve.
|
||||
//! lines passing through a point and tangent to a curve.
|
||||
//! Tolang is used to determine the tolerance for the tangency points.
|
||||
//! Param2 is used for the initial guess on the curve.
|
||||
Standard_EXPORT Geom2dGcc_Lin2d2Tan(const Geom2dGcc_QualifiedCurve& Qualified1, const gp_Pnt2d& ThePoint, const Standard_Real Tolang, const Standard_Real Param1);
|
||||
|
@@ -51,7 +51,7 @@ public:
|
||||
|
||||
|
||||
//! This class implements the algorithms used to create 2d
|
||||
//! lines passing thrue a point and tangent to a curve.
|
||||
//! lines passing through a point and tangent to a curve.
|
||||
//! Tolang is used to determine the tolerance for the
|
||||
//! tangency points.
|
||||
//! Param2 is used for the initial guess on the curve.
|
||||
|
Reference in New Issue
Block a user