1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +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

@@ -12,13 +12,13 @@
#include <GccEnt_BadQualifier.hxx>
//=========================================================================
// Creation d un cercle tangent a trois droites. +
// On cree les Bissectrices a Qualified1 et Qualified2 et +
// les Bissectrices a Qualified1 et Qualified3. +
// On intersecte les bissectrices ainsi calculees ==> Points de centre. +
// On Choisit le point de centre qui correspond aux qualifieurs et on +
// construit la solution de rayon egal a la distance entre le point de +
// centre choisi et la droite Qualified1. +
// Creation of a circle tangent to three straight lines. +
// Create Bissectrices at Qualified1 and Qualified2 and +
// Bissectrices at Qualified1 and Qualified3. +
// Intersect bissectrices calculated in this way ==> Center points +
// Choose the center point that corresponds to qualifiers and +
// construct the solution of radius equal to the distance between the +
// chosen center point and straight line Qualified1. +
//=========================================================================
GccAna_Circ2d3Tan::
@@ -32,7 +32,7 @@ GccAna_Circ2d3Tan::
):
//=========================================================================
// Initialisation des champs. +
// Initialization of fields. +
//=========================================================================
cirsol(1,4) ,
@@ -73,7 +73,7 @@ GccAna_Circ2d3Tan::
}
//=========================================================================
// Traitement. +
// Processing. +
//=========================================================================
gp_Lin2d L1(Qualified1.Qualified());