1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

0022312: Translation of french commentaries in OCCT files

This commit is contained in:
YSN
2011-10-27 07:50:55 +00:00
committed by bugmaster
parent b2342827fa
commit 0d9695538c
214 changed files with 8746 additions and 10449 deletions

View File

@@ -8,7 +8,7 @@
#include <StdFail_NotDone.hxx>
//=========================================================================
// Creation d une translation 3d de Geom de vecteur de tanslation Vec. +
// Creation of a 3D Geom translation of tanslation vector Vec. +
//=========================================================================
GC_MakeTranslation::GC_MakeTranslation(const gp_Vec& Vec ) {
@@ -17,8 +17,8 @@ GC_MakeTranslation::GC_MakeTranslation(const gp_Vec& Vec ) {
}
//=========================================================================
// Creation d une translation 3d de Geom de vecteur de tanslation le +
// vecteur reliant Point1 a Point2. +
// Creation of a 3D Geom translation of translation vector connecting
// Point1 and Point2. +
//=========================================================================
GC_MakeTranslation::GC_MakeTranslation(const gp_Pnt& Point1 ,