Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_FilBuilder_C3.cxx118 Standard_Boolean bondeb,bonfin; in SearchPivot() local
122 if(s[(i+2)%3] == 1){bonfin = (u[(i+2)%3][i]-u[(i+2)%3][(i+1)%3] >= -t);} in SearchPivot()
123 else {bonfin = (u[(i+2)%3][i]-u[(i+2)%3][(i+1)%3] <= t);} in SearchPivot()
124 if (bondeb && bonfin){ return i; } in SearchPivot()
H A DChFi3d_Builder_0.cxx3382 Standard_Boolean bonfin = (tol2 == tol3d); in ChFi3d_ComputeCurves() local
3431 if(dfin >= tol3d && bonfin) { in ChFi3d_ComputeCurves()
3710 Standard_Boolean bondeb,bonfin; in ChFi3d_SearchPivot() local
3714 if(s[(i+2)%3] == 1) {bonfin = (u[(i+2)%3][i]-u[(i+2)%3][(i+1)%3] >= -t);} in ChFi3d_SearchPivot()
3715 else {bonfin = (u[(i+2)%3][i]-u[(i+2)%3][(i+1)%3] <= t);} in ChFi3d_SearchPivot()
3716 if (bondeb && bonfin) { return i; } in ChFi3d_SearchPivot()