mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0022312: Translation of french commentaries in OCCT files
This commit is contained in:
@@ -138,7 +138,7 @@ void BRepBuilderAPI_FindPlane::Init(const TopoDS_Shape& S,
|
||||
Standard_Real dist = p0.SquareDistance(points(i));
|
||||
if (dist > disMax) {
|
||||
disMax = dist;
|
||||
p1 = points(i); // ca va plus vite de stocker le point, sinon il faut chercher une valeur dans une sequence
|
||||
p1 = points(i); // it will be faster to store the point, otherwise it is necessary to find a value in a sequence
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -21,8 +21,8 @@
|
||||
// Add of SameParameter call
|
||||
|
||||
|
||||
//-- lbr le 1er avril 97
|
||||
//-- dpf le 10 decembre 1997 Traitement des collections de pcurve
|
||||
//-- lbr April 1 97
|
||||
//-- dpf December 10 1997 Processing of pcurve collections
|
||||
|
||||
//rln 02.02.99 BUC60449 Making compilable on NT in DEB mode
|
||||
//rln 02.02.99 BUC60449 Protection against exception on NT
|
||||
@@ -146,7 +146,7 @@ Handle(Geom2d_Curve) BRepBuilderAPI_Sewing::SameRange(const Handle(Geom2d_Curve)
|
||||
|
||||
//=======================================================================
|
||||
//function : WhichFace
|
||||
//purpose : Give the face dont ledge est le bord
|
||||
//purpose : Give the face whose edge is the border
|
||||
//=======================================================================
|
||||
|
||||
TopoDS_Face BRepBuilderAPI_Sewing::WhichFace(const TopoDS_Edge& theEdg, const Standard_Integer index) const
|
||||
|
Reference in New Issue
Block a user