mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-15 05:09:35 +08:00
Documentation - Fix whitespaces and typos (#819)
- Fixed inconsistent whitespace and line breaks in comments
- Corrected spelling errors ("witch" → "which", "sprcified" → "specified", "nul" → "null", etc.)
- Improved formatting consistency in documentation comments
This commit is contained in:
@@ -52,18 +52,18 @@ public:
|
||||
//! --- Parametric - Parametric
|
||||
//! --- Implicit - Implicit
|
||||
//!
|
||||
//! TolArc is used to compute the intersections
|
||||
//! between the restrictions of a surface and a
|
||||
//! TolArc is used to compute the intersections
|
||||
//! between the restrictions of a surface and a
|
||||
//! walking line.
|
||||
//!
|
||||
//! TolTang is used to compute the points on a walking
|
||||
//! line, and in geometric algorithms.
|
||||
//!
|
||||
//! Fleche is a parameter used in the walking
|
||||
//! Fleche is a parameter used in the walking
|
||||
//! algorithms to provide small curvatures on a line.
|
||||
//!
|
||||
//! UVMaxStep is a parameter used in the walking
|
||||
//! algorithms to compute the distance between to
|
||||
//! UVMaxStep is a parameter used in the walking
|
||||
//! algorithms to compute the distance between to
|
||||
//! points in their respective parametric spaces.
|
||||
Standard_EXPORT void SetTolerances(const Standard_Real TolArc,
|
||||
const Standard_Real TolTang,
|
||||
|
||||
Reference in New Issue
Block a user