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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user