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 [part 9]
Fix various typos via codespell.
This commit is contained in:
@@ -73,14 +73,11 @@ public:
|
||||
//! Returns True if faces are tangent
|
||||
Standard_EXPORT Standard_Boolean TangentFaces() const;
|
||||
|
||||
|
||||
//! Provides post-processing the result lines.
|
||||
//! <bToSplit> - the flag.
|
||||
//! In case of <bToSplit> is true the closed 3D-curves will be splitted
|
||||
//! on parts.
|
||||
//! In case of <bToSplit> is false the closed 3D-curves remain untouched.
|
||||
//! @param bToSplit [in] split the closed 3D-curves on parts when TRUE,
|
||||
//! remain untouched otherwise
|
||||
Standard_EXPORT void PrepareLines3D (const Standard_Boolean bToSplit = Standard_True);
|
||||
|
||||
|
||||
Standard_EXPORT void SetList (IntSurf_ListOfPntOn2S& ListOfPnts);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user