mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-16 21:30:14 +08:00
0031939: Coding - correction of spelling errors in comments [part 10]
Fix various typos via codespell.
This commit is contained in:
@@ -38,7 +38,7 @@ class ShapeCustom_DirectModification;
|
||||
DEFINE_STANDARD_HANDLE(ShapeCustom_DirectModification, ShapeCustom_Modification)
|
||||
|
||||
//! implements a modification for the BRepTools
|
||||
//! Modifier algortihm. Will redress indirect
|
||||
//! Modifier algorithm. Will redress indirect
|
||||
//! surfaces.
|
||||
class ShapeCustom_DirectModification : public ShapeCustom_Modification
|
||||
{
|
||||
@@ -80,7 +80,7 @@ public:
|
||||
//! <Tol> are not significant.
|
||||
//!
|
||||
//! <NewE> is the new edge created from <E>. <NewF>
|
||||
//! is the new face created from <F>. They may be usefull.
|
||||
//! is the new face created from <F>. They may be useful.
|
||||
Standard_EXPORT Standard_Boolean NewCurve2d (const TopoDS_Edge& E, const TopoDS_Face& F, const TopoDS_Edge& NewE, const TopoDS_Face& NewF, Handle(Geom2d_Curve)& C, Standard_Real& Tol) Standard_OVERRIDE;
|
||||
|
||||
//! Returns Standard_True if the Vertex <V> has a new
|
||||
|
||||
Reference in New Issue
Block a user