mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031939: Coding - correction of spelling errors in comments [part 10]
Fix various typos via codespell.
This commit is contained in:
@@ -549,7 +549,7 @@ Handle(Geom2d_Curve) ShapeBuild_Edge::TransformPCurve(const Handle(Geom2d_Curve)
|
||||
if(result->IsKind(STANDARD_TYPE(Geom2d_Conic))) {
|
||||
//gp_Pln pln(gp_Pnt(0,0,0),gp_Dir(0,0,1));
|
||||
//Handle(Geom_Curve) curve = GeomAPI::To3d(result,pln);
|
||||
Handle(Geom2d_Curve) tcurve = new Geom2d_TrimmedCurve(result,aFirst,aLast); //protection agains parabols ets
|
||||
Handle(Geom2d_Curve) tcurve = new Geom2d_TrimmedCurve(result,aFirst,aLast); //protection against parabols ets
|
||||
Geom2dConvert_ApproxCurve approx (tcurve, Precision::Approximation(),
|
||||
GeomAbs_C1, 100, 6 );
|
||||
if ( approx.HasResult() )
|
||||
|
@@ -60,7 +60,7 @@ public:
|
||||
//!
|
||||
//! <until> gives the level of type until which requests are taken
|
||||
//! into account. For subshapes of the type <until> no rebuild
|
||||
//! and futher exploring are done.
|
||||
//! and further exploring are done.
|
||||
//! ACTUALLY, NOT IMPLEMENTED BELOW TopAbs_FACE
|
||||
//!
|
||||
//! <buildmode> says how to do on a SOLID,SHELL ... if one of its
|
||||
@@ -76,7 +76,7 @@ public:
|
||||
//!
|
||||
//! <until> gives the level of type until which requests are taken
|
||||
//! into account. For subshapes of the type <until> no rebuild
|
||||
//! and futher exploring are done.
|
||||
//! and further exploring are done.
|
||||
//!
|
||||
//! NOTE: each subshape can be replaced by shape of the same type
|
||||
//! or by shape containing only shapes of that type (for
|
||||
|
Reference in New Issue
Block a user