Home
last modified time | relevance | path

Searched refs:Index_min (Results 1 – 1 of 1) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx1834 Standard_Integer Index_min; in ChFi3d_FilCommonPoint() local
1842 if (DistF<DistL) { Index_min = 0; in ChFi3d_FilCommonPoint()
1844 else { Index_min = 1; in ChFi3d_FilCommonPoint()
1847 if (Dist <= maxtol + BRep_Tool::Tolerance(V[Index_min]) ) { in ChFi3d_FilCommonPoint()
1849 CP.SetVertex(V[Index_min]); //the old vertex is loaded in ChFi3d_FilCommonPoint()
1850 CP.SetPoint( BRep_Tool::Pnt(V[Index_min]) ); in ChFi3d_FilCommonPoint()
1851 maxtol = Max(BRep_Tool::Tolerance(V[Index_min]),maxtol); in ChFi3d_FilCommonPoint()
1856 LeParamAmoi = BRep_Tool::Parameter(V[Index_min], E); in ChFi3d_FilCommonPoint()