mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031939: Coding - correction of spelling errors in comments [part 6]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
|
||||
Standard_EXPORT BRepAdaptor_CompCurve(const TopoDS_Wire& W, const Standard_Boolean KnotByCurvilinearAbcissa = Standard_False);
|
||||
|
||||
//! Creates a Curve to acces to the geometry of edge
|
||||
//! Creates a Curve to access the geometry of edge
|
||||
//! <W>.
|
||||
Standard_EXPORT BRepAdaptor_CompCurve(const TopoDS_Wire& W, const Standard_Boolean KnotByCurvilinearAbcissa, const Standard_Real First, const Standard_Real Last, const Standard_Real Tol);
|
||||
|
||||
|
@@ -71,11 +71,11 @@ public:
|
||||
//! Creates an undefined Curve with no Edge loaded.
|
||||
Standard_EXPORT BRepAdaptor_Curve();
|
||||
|
||||
//! Creates a Curve to acces to the geometry of edge
|
||||
//! Creates a Curve to access the geometry of edge
|
||||
//! <E>.
|
||||
Standard_EXPORT BRepAdaptor_Curve(const TopoDS_Edge& E);
|
||||
|
||||
//! Creates a Curve to acces to the geometry of edge
|
||||
//! Creates a Curve to access the geometry of edge
|
||||
//! <E>. The geometry will be computed using the
|
||||
//! parametric curve of <E> on the face <F>. An Error
|
||||
//! is raised if the edge does not have a pcurve on
|
||||
@@ -85,11 +85,11 @@ public:
|
||||
//! Reset currently loaded curve (undone Load()).
|
||||
Standard_EXPORT void Reset();
|
||||
|
||||
//! Sets the Curve <me> to acces to the geometry of
|
||||
//! Sets the Curve <me> to access the geometry of
|
||||
//! edge <E>.
|
||||
Standard_EXPORT void Initialize (const TopoDS_Edge& E);
|
||||
|
||||
//! Sets the Curve <me> to acces to the geometry of
|
||||
//! Sets the Curve <me> to access the geometry of
|
||||
//! edge <E>. The geometry will be computed using the
|
||||
//! parametric curve of <E> on the face <F>. An Error
|
||||
//! is raised if the edge does not have a pcurve on
|
||||
|
Reference in New Issue
Block a user