mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031939: Coding - correction of spelling errors in comments
Fix various typos Fixed via `codespell v2.0.dev`
This commit is contained in:
@@ -1618,7 +1618,7 @@ void BRepFill_Evolved::PrepareProfile(TopTools_ListOfShape& WorkProf,
|
||||
}
|
||||
|
||||
if (YaModif) {
|
||||
//Status = 0 for the begining
|
||||
//Status = 0 for the beginning
|
||||
// 3 vertical
|
||||
// 2 horizontal
|
||||
// 1 other
|
||||
@@ -2824,7 +2824,7 @@ void ComputeIntervals (const TopTools_SequenceOfShape& VOnF,
|
||||
while ( IOnF <= VOnF.Length() || IOnL <= VOnL.Length()) {
|
||||
//---------------------------------------------------------
|
||||
// Return the smallest parameter on the bissectrice
|
||||
// correponding to the current positions IOnF,IOnL.
|
||||
// corresponding to the current positions IOnF,IOnL.
|
||||
//---------------------------------------------------------
|
||||
if ( IOnL > VOnL.Length() ||
|
||||
(IOnF <= VOnF.Length() &&
|
||||
|
@@ -98,7 +98,7 @@ public:
|
||||
//! Degree: it is the order of energy criterion to minimize for computing
|
||||
//! the deformation of the surface.
|
||||
//! The default value is 3
|
||||
//! The recommanded value is i+2 where i is the maximum order of the
|
||||
//! The recommended value is i+2 where i is the maximum order of the
|
||||
//! constraints.
|
||||
//! NbPtsOnCur: it is the average number of points for discretisation
|
||||
//! of the edges.
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
Standard_EXPORT GeomFill_PipeError GetStatus() const;
|
||||
|
||||
//! Apply a linear transformation on each law, to have
|
||||
//! continuity of the global law beetween the edges.
|
||||
//! continuity of the global law between the edges.
|
||||
Standard_EXPORT virtual void TransformInG0Law();
|
||||
|
||||
//! Apply a linear transformation on each law, to reduce
|
||||
@@ -100,7 +100,7 @@ public:
|
||||
|
||||
Standard_EXPORT Standard_Boolean IsClosed() const;
|
||||
|
||||
//! Compute the Law's continuity beetween 2 edges of the path
|
||||
//! Compute the Law's continuity between 2 edges of the path
|
||||
//! The result can be :
|
||||
//! -1 : Case Not connex
|
||||
//! 0 : It is connex (G0)
|
||||
|
@@ -125,9 +125,9 @@ public:
|
||||
//! Possibilities are :
|
||||
//! - Give one or sevral profile
|
||||
//! - Give one profile and an homotetic law.
|
||||
//! - Automatic compute of correspondance beetween profile, and section
|
||||
//! - Automatic compute of correspondance between profile, and section
|
||||
//! on the sweeped shape
|
||||
//! - correspondance beetween profile, and section on the sweeped shape
|
||||
//! - correspondance between profile, and section on the sweeped shape
|
||||
//! defined by a vertex of the spine
|
||||
Standard_EXPORT void SetForceApproxC1 (const Standard_Boolean ForceApproxC1);
|
||||
|
||||
|
@@ -65,8 +65,8 @@ public:
|
||||
//! tolerance given by the resolution on support surfaces,
|
||||
//! but if this tolerance is too large Tol2d is used.
|
||||
//! TolAngular : Tolerance (in radian) to control the angle
|
||||
//! beetween tangents on the section law and
|
||||
//! tangent of iso-v on approximed surface
|
||||
//! between tangents on the section law and
|
||||
//! tangent of iso-v on approximated surface
|
||||
Standard_EXPORT void SetTolerance (const Standard_Real Tol3d, const Standard_Real BoundTol = 1.0, const Standard_Real Tol2d = 1.0e-5, const Standard_Real TolAngular = 1.0e-2);
|
||||
|
||||
//! Tolerance To controle Corner management.
|
||||
@@ -84,15 +84,15 @@ public:
|
||||
//! Transition define Transition strategy
|
||||
//! Approx define Approximation Strategy
|
||||
//! - GeomFill_Section : The composed Function Location X Section
|
||||
//! is directly approximed.
|
||||
//! - GeomFill_Location : The location law is approximed, and the
|
||||
//! is directly approximated.
|
||||
//! - GeomFill_Location : The location law is approximated, and the
|
||||
//! SweepSurface is bulid algebric composition
|
||||
//! of approximed location law and section law
|
||||
//! of approximated location law and section law
|
||||
//! This option is Ok, if Section.Surface() methode
|
||||
//! is effective.
|
||||
//! Continuity : The continuity in v waiting on the surface
|
||||
//! Degmax : The maximum degree in v requiered on the surface
|
||||
//! Segmax : The maximum number of span in v requiered on
|
||||
//! Degmax : The maximum degree in v required on the surface
|
||||
//! Segmax : The maximum number of span in v required on
|
||||
//! the surface.
|
||||
Standard_EXPORT void Build (TopTools_MapOfShape& ReversedEdges, BRepFill_DataMapOfShapeHArray2OfShape& Tapes, BRepFill_DataMapOfShapeHArray2OfShape& Rails, const BRepFill_TransitionStyle Transition = BRepFill_Modified, const GeomAbs_Shape Continuity = GeomAbs_C2, const GeomFill_ApproxStyle Approx = GeomFill_Location, const Standard_Integer Degmax = 11, const Standard_Integer Segmax = 30);
|
||||
|
||||
|
Reference in New Issue
Block a user