mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03: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:
@@ -160,8 +160,8 @@ public:
|
||||
//! the non-empty constructor or the Init function.
|
||||
Standard_EXPORT const TopoDS_Shape& ProblematicShape() const;
|
||||
|
||||
//! Returns an error status when an error has occured
|
||||
//! (Face, Edge or Vertex recomputaion problem).
|
||||
//! Returns an error status when an error has occurred
|
||||
//! (Face, Edge or Vertex recomputation problem).
|
||||
//! Otherwise returns Draft_NoError. The method may be
|
||||
//! called if AddDone returns Standard_False, or when
|
||||
//! IsDone returns Standard_False.
|
||||
|
@@ -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
|
||||
|
@@ -66,7 +66,7 @@ public:
|
||||
|
||||
Standard_EXPORT BRepOffsetAPI_MakeOffset(const TopoDS_Wire& Spine, const GeomAbs_JoinType Join = GeomAbs_Arc, const Standard_Boolean IsOpenResult = Standard_False);
|
||||
|
||||
//! Initialize the evaluation of Offseting.
|
||||
//! Initialize the evaluation of Offsetting.
|
||||
Standard_EXPORT void Init (const GeomAbs_JoinType Join = GeomAbs_Arc, const Standard_Boolean IsOpenResult = Standard_False);
|
||||
|
||||
//! Initializes the algorithm to construct parallels to the wire Spine.
|
||||
|
@@ -118,9 +118,9 @@ public:
|
||||
//! Possibilities are :
|
||||
//! - Give one or sevral section
|
||||
//! - Give one profile and an homotetic law.
|
||||
//! - Automatic compute of correspondance between spine, and section
|
||||
//! - Automatic compute of correspondence between spine, and section
|
||||
//! on the sweeped shape
|
||||
//! - correspondance between spine, and section on the sweeped shape
|
||||
//! - correspondence between spine, and section on the sweeped shape
|
||||
//! defined by a vertex of the spine
|
||||
Standard_EXPORT void SetMode (const TopoDS_Wire& AuxiliarySpine, const Standard_Boolean CurvilinearEquivalence, const BRepFill_TypeOfContact KeepContact = BRepFill_NoContact);
|
||||
|
||||
@@ -230,7 +230,7 @@ public:
|
||||
Standard_EXPORT void SetTransitionMode (const BRepBuilderAPI_TransitionMode Mode = BRepBuilderAPI_Transformed);
|
||||
|
||||
//! Simulates the resulting shape by calculating its
|
||||
//! cross-sections. The spine is devided by this
|
||||
//! cross-sections. The spine is divided by this
|
||||
//! cross-sections into (NumberOfSection - 1) equal
|
||||
//! parts, the number of cross-sections is
|
||||
//! NumberOfSection. The cross-sections are wires and
|
||||
|
Reference in New Issue
Block a user