1
0
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:
luz paz
2021-04-19 11:42:46 +03:00
committed by bugmaster
parent b69e576af0
commit 316ea29318
339 changed files with 1743 additions and 1972 deletions

View File

@@ -47,12 +47,12 @@ void StepShape_FacetedBrepAndBrepWithVoids::Init
StepShape_ManifoldSolidBrep::Init(aName, aOuter);
// --- ANDOR componant fields ---
// --- ANDOR component fields ---
brepWithVoids = new StepShape_BrepWithVoids();
brepWithVoids->Init(aName, aOuter, aVoids);
// --- ANDOR componant fields ---
// --- ANDOR component fields ---
facetedBrep = new StepShape_FacetedBrep();
facetedBrep->Init(aName, aOuter);

View File

@@ -44,12 +44,12 @@ void StepShape_LoopAndPath::Init(
StepRepr_RepresentationItem::Init(aName);
// --- ANDOR componant fields ---
// --- ANDOR component fields ---
loop = new StepShape_Loop();
loop->Init(aName);
// --- ANDOR componant fields ---
// --- ANDOR component fields ---
path = new StepShape_Path();
path->Init(aName, aEdgeList);

View File

@@ -67,7 +67,7 @@ void StepShape_OrientedClosedShell::SetCfsFaces(const Handle(StepShape_HArray1Of
Handle(StepShape_HArray1OfFace) StepShape_OrientedClosedShell::CfsFaces() const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
// Attention, cette modif. est juste pour la compilation
return closedShellElement->CfsFaces();
}
@@ -75,7 +75,7 @@ Handle(StepShape_HArray1OfFace) StepShape_OrientedClosedShell::CfsFaces() const
Handle(StepShape_Face) StepShape_OrientedClosedShell::CfsFacesValue(const Standard_Integer num) const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
// Attention, cette modif. est juste pour la compilation
return closedShellElement->CfsFacesValue(num);
}
@@ -83,7 +83,7 @@ Handle(StepShape_Face) StepShape_OrientedClosedShell::CfsFacesValue(const Standa
Standard_Integer StepShape_OrientedClosedShell::NbCfsFaces () const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
// Attention, cette modif. est juste pour la compilation
return closedShellElement->NbCfsFaces();
}

View File

@@ -70,7 +70,7 @@ void StepShape_OrientedEdge::SetEdgeStart(const Handle(StepShape_Vertex)& /*aEdg
Handle(StepShape_Vertex) StepShape_OrientedEdge::EdgeStart() const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
if (edgeElement.IsNull())
return NULL;
if (Orientation()) {
@@ -91,7 +91,7 @@ void StepShape_OrientedEdge::SetEdgeEnd(const Handle(StepShape_Vertex)& /*aEdgeE
Handle(StepShape_Vertex) StepShape_OrientedEdge::EdgeEnd() const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
if (edgeElement.IsNull())
return NULL;
if (Orientation()) {

View File

@@ -67,7 +67,7 @@ void StepShape_OrientedFace::SetBounds(const Handle(StepShape_HArray1OfFaceBound
Handle(StepShape_HArray1OfFaceBound) StepShape_OrientedFace::Bounds() const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
// Attention, cette modif. est juste pour la compilation
return faceElement->Bounds();
@@ -76,7 +76,7 @@ Handle(StepShape_HArray1OfFaceBound) StepShape_OrientedFace::Bounds() const
Handle(StepShape_FaceBound) StepShape_OrientedFace::BoundsValue(const Standard_Integer num) const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
// Attention, cette modif. est juste pour la compilation
return faceElement->BoundsValue(num);
}
@@ -84,7 +84,7 @@ Handle(StepShape_FaceBound) StepShape_OrientedFace::BoundsValue(const Standard_I
Standard_Integer StepShape_OrientedFace::NbBounds () const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
// Attention, cette modif. est juste pour la compilation
return faceElement->NbBounds();
}

View File

@@ -67,7 +67,7 @@ void StepShape_OrientedOpenShell::SetCfsFaces(const Handle(StepShape_HArray1OfFa
Handle(StepShape_HArray1OfFace) StepShape_OrientedOpenShell::CfsFaces() const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
// Attention, cette modif. est juste pour la compilation
return openShellElement->CfsFaces();
}
@@ -75,7 +75,7 @@ Handle(StepShape_HArray1OfFace) StepShape_OrientedOpenShell::CfsFaces() const
Handle(StepShape_Face) StepShape_OrientedOpenShell::CfsFacesValue(const Standard_Integer num) const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
// Attention, cette modif. est juste pour la compilation
return openShellElement->CfsFacesValue(num);
}
@@ -83,7 +83,7 @@ Handle(StepShape_Face) StepShape_OrientedOpenShell::CfsFacesValue(const Standard
Standard_Integer StepShape_OrientedOpenShell::NbCfsFaces () const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
// Attention, cette modif. est juste pour la compilation
return openShellElement->NbCfsFaces();
}

View File

@@ -67,7 +67,7 @@ void StepShape_OrientedPath::SetEdgeList(const Handle(StepShape_HArray1OfOriente
Handle(StepShape_HArray1OfOrientedEdge) StepShape_OrientedPath::EdgeList() const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
if (orientation)
return pathElement->EdgeList();
else {
@@ -80,7 +80,7 @@ Handle(StepShape_HArray1OfOrientedEdge) StepShape_OrientedPath::EdgeList() const
Handle(StepShape_OrientedEdge) StepShape_OrientedPath::EdgeListValue(const Standard_Integer num) const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
if (orientation)
return pathElement->EdgeListValue(num);
else {
@@ -92,6 +92,6 @@ Handle(StepShape_OrientedEdge) StepShape_OrientedPath::EdgeListValue(const Stand
Standard_Integer StepShape_OrientedPath::NbEdgeList () const
{
// WARNING : the field is redefined.
// method body is not yet automaticly wrote
// method body is not yet automatically wrote
return pathElement->NbEdgeList();
}