mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0031939: Coding - correction of spelling errors in comments
Fix various typos Fixed via `codespell v2.0.dev`
This commit is contained in:
@@ -110,7 +110,7 @@ public:
|
||||
//! StdFail_NotDone if the construction fails.
|
||||
Standard_EXPORT gp_Circ2d ThisSolution (const Standard_Integer Index) const;
|
||||
|
||||
//! It returns the informations about the qualifiers of
|
||||
//! It returns the information about the qualifiers of
|
||||
//! the tangency
|
||||
//! arguments concerning the solution number Index.
|
||||
//! It returns the real qualifiers (the qualifiers given to the
|
||||
@@ -122,13 +122,13 @@ public:
|
||||
//! StdFail_NotDone if the construction fails.
|
||||
Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on the solution curv.
|
||||
//! ParArg is the intrinsic parameter of the point PntSol on the argument curv.
|
||||
Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result and the second argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on the solution curv.
|
||||
//! ParArg is the intrinsic parameter of the point PntSol on the argument curv.
|
||||
|
@@ -108,7 +108,7 @@ public:
|
||||
//! number of solutions.
|
||||
Standard_EXPORT gp_Circ2d ThisSolution (const Standard_Integer Index) const;
|
||||
|
||||
//! It returns the informations about the qualifiers of
|
||||
//! It returns the information about the qualifiers of
|
||||
//! the tangency
|
||||
//! arguments concerning the solution number Index.
|
||||
//! It returns the real qualifiers (the qualifiers given to the
|
||||
@@ -116,7 +116,7 @@ public:
|
||||
//! and the qualifiers computedin case of unqualified).
|
||||
Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result number Index and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point on the
|
||||
//! solution curv.
|
||||
@@ -130,7 +130,7 @@ public:
|
||||
//! number of solutions.
|
||||
Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result number Index and the second argument.
|
||||
//! ParSol is the intrinsic parameter of the point on the
|
||||
//! solution curv.
|
||||
@@ -144,7 +144,7 @@ public:
|
||||
//! number of solutions.
|
||||
Standard_EXPORT void Tangency2 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const;
|
||||
|
||||
//! Returns informations about the center (on the curv)
|
||||
//! Returns information about the center (on the curv)
|
||||
//! of the result.
|
||||
//! ParArg is the intrinsic parameter of the point on
|
||||
//! the argument curv.
|
||||
|
@@ -147,7 +147,7 @@ public:
|
||||
//! StdFail_NotDone if the construction fails.
|
||||
Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result number Index and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on the solution curv.
|
||||
//! ParArg is the intrinsic parameter of the point PntSol on the argument curv.
|
||||
@@ -155,7 +155,7 @@ public:
|
||||
//! notDone is raised if the construction algorithm did not succeed.
|
||||
Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result number Index and the second argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on the solution curv.
|
||||
//! ParArg is the intrinsic parameter of the point PntSol on the argument curv.
|
||||
|
@@ -139,26 +139,26 @@ public:
|
||||
//! of the algorithm-object.
|
||||
Standard_EXPORT gp_Circ2d ThisSolution (const Standard_Integer Index) const;
|
||||
|
||||
//! It returns the informations about the qualifiers of the tangency
|
||||
//! It returns the information about the qualifiers of the tangency
|
||||
//! arguments concerning the solution number Index.
|
||||
//! It returns the real qualifiers (the qualifiers given to the
|
||||
//! constructor method in case of enclosed, enclosing and outside
|
||||
//! and the qualifiers computedin case of unqualified).
|
||||
Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2, GccEnt_Position& Qualif3) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on the solution curv.
|
||||
//! ParArg is the intrinsic parameter of the point PntSol on the argument curv.
|
||||
Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result and the second argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on the solution curv.
|
||||
//! ParArg is the intrinsic parameter of the point PntSol on the argument curv.
|
||||
Standard_EXPORT void Tangency2 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result and the third argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on the solution curv.
|
||||
//! ParArg is the intrinsic parameter of the point PntSol on the argument curv.
|
||||
|
@@ -103,7 +103,7 @@ public:
|
||||
|
||||
Standard_EXPORT void WhichQualifier (GccEnt_Position& Qualif1, GccEnt_Position& Qualif2, GccEnt_Position& Qualif3) const;
|
||||
|
||||
//! Returns informations about the tangency point between
|
||||
//! Returns information about the tangency point between
|
||||
//! the result and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol
|
||||
//! on the solution curv.
|
||||
@@ -113,7 +113,7 @@ public:
|
||||
//! didn't succeed.
|
||||
Standard_EXPORT void Tangency1 (Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const;
|
||||
|
||||
//! Returns informations about the tangency point between
|
||||
//! Returns information about the tangency point between
|
||||
//! the result and the second argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol
|
||||
//! on the solution curv.
|
||||
@@ -123,7 +123,7 @@ public:
|
||||
//! didn't succeed.
|
||||
Standard_EXPORT void Tangency2 (Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const;
|
||||
|
||||
//! Returns informations about the tangency point between
|
||||
//! Returns information about the tangency point between
|
||||
//! the result and the third argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol
|
||||
//! on the solution curv.
|
||||
|
@@ -118,7 +118,7 @@ public:
|
||||
//! StdFail_NotDone if the construction fails.
|
||||
Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result number Index and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on the solution curv.
|
||||
//! ParArg is the intrinsic parameter of the point PntSol on the argument curv.
|
||||
|
@@ -89,7 +89,7 @@ public:
|
||||
|
||||
Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result number Index and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol
|
||||
//! on the solution curv.
|
||||
|
@@ -152,7 +152,7 @@ public:
|
||||
//! StdFail_NotDone if the construction fails.
|
||||
Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result number Index and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point on the solution curv.
|
||||
//! ParArg is the intrinsic parameter of the point on the argument curv.
|
||||
|
@@ -136,7 +136,7 @@ public:
|
||||
|
||||
Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result number Index and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point on the
|
||||
//! solution curv.
|
||||
@@ -150,7 +150,7 @@ public:
|
||||
//! number of solutions.
|
||||
Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const;
|
||||
|
||||
//! Returns informations about the center (on the curv)
|
||||
//! Returns information about the center (on the curv)
|
||||
//! of the result.
|
||||
//! ParArg is the intrinsic parameter of the point on
|
||||
//! the argument curv.
|
||||
|
@@ -122,7 +122,7 @@ public:
|
||||
//! StdFail_NotDone if the construction fails.
|
||||
Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on
|
||||
//! the solution curv.
|
||||
@@ -133,7 +133,7 @@ public:
|
||||
//! StdFail_NotDone if the construction fails.
|
||||
Standard_EXPORT void Tangency1 (const Standard_Integer Index, Standard_Real& ParSol, Standard_Real& ParArg, gp_Pnt2d& PntSol) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on the solution curv.
|
||||
//! ParArg is the intrinsic parameter of the point PntSol on the argument curv.
|
||||
|
@@ -83,7 +83,7 @@ public:
|
||||
|
||||
Standard_EXPORT void WhichQualifier (GccEnt_Position& Qualif1, GccEnt_Position& Qualif2) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on
|
||||
//! the solution curv.
|
||||
|
@@ -114,7 +114,7 @@ public:
|
||||
//! StdFail_NotDone if the construction fails.
|
||||
Standard_EXPORT void WhichQualifier (const Standard_Integer Index, GccEnt_Position& Qualif1) const;
|
||||
|
||||
//! Returns informations about the tangency point between the
|
||||
//! Returns information about the tangency point between the
|
||||
//! result and the first argument.
|
||||
//! ParSol is the intrinsic parameter of the point PntSol on
|
||||
//! the solution curv.
|
||||
|
Reference in New Issue
Block a user