mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-12 01:50:22 +08:00
0031939: Coding - correction of spelling errors in comments [part 5]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -32,8 +32,7 @@ class TopoDS_Shape;
|
||||
class TopoDS_Edge;
|
||||
|
||||
|
||||
//! Provides methods to identify contigous boundaries
|
||||
//! for continuity control (C0, C1, ...)
|
||||
//! Provides methods to identify contiguous boundaries for continuity control (C0, C1, ...)
|
||||
//!
|
||||
//! Use this function as following:
|
||||
//! - create an object
|
||||
@@ -91,8 +90,7 @@ public:
|
||||
//! further shapes subsequently and then to repeat the call to Perform.
|
||||
Standard_EXPORT void Perform();
|
||||
|
||||
//! Gives the number of edges (free edges + contigous
|
||||
//! edges + multiple edge)
|
||||
//! Gives the number of edges (free edges + contiguous edges + multiple edge)
|
||||
Standard_EXPORT Standard_Integer NbEdges() const;
|
||||
|
||||
//! Returns the number of contiguous edges found by the
|
||||
|
||||
Reference in New Issue
Block a user