Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/DataExchange/TKDEIGES/BRepToIGES/BRepToIGES_BREntity.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ Handle(IGESData_IGESEntity) BRepToIGES_BREntity::TransferShape(
}
else
{
// la fonction suivante force les surfaces indirectes en
// surfaces directes (obligatoire dans IGES)
// the following function forces indirect surfaces to
// direct surfaces (mandatory in IGES)
// theShape = ShapeCustom::DirectFaces(start);
// sprintf(Name,"res_%d",Nb++);
// DBRep::Set(Name,theShape);
Expand Down Expand Up @@ -183,7 +183,7 @@ Handle(IGESData_IGESEntity) BRepToIGES_BREntity::TransferShape(
}
else
{
// message d`erreur
// error message
}
}

Expand Down
6 changes: 3 additions & 3 deletions src/DataExchange/TKDEIGES/BRepToIGES/BRepToIGES_BRShell.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Handle(IGESData_IGESEntity) BRepToIGES_BRShell ::TransferShell(
}
else
{
// message d`erreur
// error message
}
return res;
}
Expand All @@ -113,7 +113,7 @@ Handle(IGESData_IGESEntity) BRepToIGES_BRShell ::TransferFace(const TopoDS_Face&
return res;
}

// pour explorer la face , il faut la mettre fORWARD.
// to explore the face, it must be set to FORWARD.
TopoDS_Face aFace = start;
// Associates the input face (start) and its sub-shapes with the reversed variant,
// if the input face has a Reversed orientation
Expand Down Expand Up @@ -242,7 +242,7 @@ Handle(IGESData_IGESEntity) BRepToIGES_BRShell ::TransferFace(const TopoDS_Face&
if (!Surf.IsNull())
{
Standard_Real U1, U2, V1, V2;
// pour limiter les surfaces de base
// to limit the base surfaces
BRepTools::UVBounds(aFace, U1, U2, V1, V2);
GeomToIGES_GeomSurface GS;
GS.SetModel(GetModel());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.

// modif le 25/03/96 mjm
// modification on 25/03/96 mjm
// implement ShapeCustom::DirectModification for indirect surfaces (out of norm IGES)
//: l4 abv 12 Jan 99: CTS22022-2: correct writing reversed shells
//: n3 abv 8 Feb 99: PRO17820: BRepTools::OuterWire() -> ShapeAnalysis::OuterWire
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Geom2dToIGES_Geom2dCurve::Geom2dToIGES_Geom2dCurve(const Geom2dToIGES_Geom2dEnti
}

//=============================================================================
// Transfer des Entites Curve de Geom2d vers IGES
// Transfer of Curve Entities from Geom2d to IGES
// Transfer2dCurve
//=============================================================================

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Geom2dToIGES_Geom2dPoint::Geom2dToIGES_Geom2dPoint(const Geom2dToIGES_Geom2dEnti
}

//=============================================================================
// Transfer de Point2d de Geom2d vers IGES
// Transfer of Point2d from Geom2d to IGES
// Tranfer2dPoint
//=============================================================================

Expand All @@ -59,7 +59,7 @@ Handle(IGESGeom_Point) Geom2dToIGES_Geom2dPoint::Transfer2dPoint(const Handle(Ge
}

//=============================================================================
// Transfer de CartesianPoint de Geom2d vers IGES
// Transfer of CartesianPoint from Geom2d to IGES
// Tranfer2dPoint
//=============================================================================

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Geom2dToIGES_Geom2dVector::Geom2dToIGES_Geom2dVector(const Geom2dToIGES_Geom2dEn
}

//=============================================================================
// Transfer des Entites Vector de Geom2d vers IGES
// Transfer of Vector Entities from Geom2d to IGES
// Transfer2dVector
//=============================================================================

Expand Down Expand Up @@ -68,7 +68,7 @@ Handle(IGESGeom_Direction) Geom2dToIGES_Geom2dVector::Transfer2dVector(
}

//=============================================================================
// Transfer des Entites VectorWithMagnitude de Geom2d vers IGES
// Transfer of VectorWithMagnitude Entities from Geom2d to IGES
// Transfer2dVector
//=============================================================================

Expand All @@ -89,7 +89,7 @@ Handle(IGESGeom_Direction) Geom2dToIGES_Geom2dVector::Transfer2dVector(
}

//=============================================================================
// Transfer des Entites Direction de Geom2d vers IGES
// Transfer of Direction Entities from Geom2d to IGES
// Transfer2dVector
//=============================================================================

Expand Down
14 changes: 7 additions & 7 deletions src/DataExchange/TKDEIGES/GeomToIGES/GeomToIGES_GeomCurve.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
#include <TColStd_HArray1OfReal.hxx>

// Pour toutes les courbes infinies soit
// Udeb <= -Precision::Infinite() et/ou Ufin >= Precision::Infinite()
// on choisit arbitrairement de les construire entre
// Udeb = -Precision::Infinite() et Ufin = Precision::Infinite()
// Udeb <= -Precision::Infinite() and/or Ufin >= Precision::Infinite()
// we arbitrarily choose to construct them between
// Udeb = -Precision::Infinite() and Ufin = Precision::Infinite()
//=============================================================================
// GeomToIGES_GeomCurve
//=============================================================================
Expand Down Expand Up @@ -285,8 +285,8 @@ Handle(IGESData_IGESEntity) GeomToIGES_GeomCurve::TransferCurve(
Standard_Boolean IPlan = Standard_False;
gp_XYZ Norm = gp_XYZ(0., 0., 1.);

// Si la courbe est periodique, on passe par une fonction pour recuperer tous
// les parametres necessaires a l`ecriture IGES.
// If the curve is periodic, we go through a function to recover all
// the parameters necessary for IGES writing.

Standard_Boolean IPerio = start->IsPeriodic();

Expand Down Expand Up @@ -349,7 +349,7 @@ Handle(IGESData_IGESEntity) GeomToIGES_GeomCurve::TransferCurve(
Standard_Integer Index = Nbpoles - 1;

// Sequence des Knots de [-Deg, Index+1] dans IGESGeom.
// et de [1, Nbpoles+Deg+1] dans Geom
// and from [1, Nbpoles+Deg+1] in Geom
Standard_Integer Knotindex;
Standard_Real rtampon;
TColStd_Array1OfReal K(1, Nbpoles + Deg + 1);
Expand Down Expand Up @@ -909,7 +909,7 @@ Handle(IGESData_IGESEntity) GeomToIGES_GeomCurve::TransferCurve(
(start->Offset() / GetUnit()),
0.,
// clang-format off
start->Direction().XYZ().Reversed(), U1, U2); //%11 pdn 12.01.99 // valeur (0,0,1) pour l'instant
start->Direction().XYZ().Reversed(), U1, U2); //%11 pdn 12.01.99 // value (0,0,1) for now
// clang-format on

res = OffsetC;
Expand Down
8 changes: 4 additions & 4 deletions src/DataExchange/TKDEIGES/GeomToIGES/GeomToIGES_GeomPoint.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// commercial license or contractual agreement.

// modif du 14/09/95 mjm
// prise en compte de l'unite choisi par l'utilisateur
// pour l'ecriture du fichier IGES.
// taking into account the unit chosen by the user
// for writing the IGES file.

#include <Geom_CartesianPoint.hxx>
#include <Geom_Point.hxx>
Expand Down Expand Up @@ -41,7 +41,7 @@ GeomToIGES_GeomPoint::GeomToIGES_GeomPoint()
}

//=============================================================================
// Transfer de Point de Geom vers IGES
// Transfer of Point from Geom to IGES
// TranferPoint
//=============================================================================

Expand All @@ -61,7 +61,7 @@ Handle(IGESGeom_Point) GeomToIGES_GeomPoint::TransferPoint(const Handle(Geom_Poi
}

//=============================================================================
// Transfer de Point de Geom vers IGES
// Transfer of Point from Geom to IGES
// TranferPoint
//=============================================================================

Expand Down
Loading
Loading