Home
last modified time | relevance | path

Searched refs:bondeb (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
120 if(s[(i+1)%3] == 1){bondeb = (u[(i+1)%3][i]-u[(i+1)%3][(i+2)%3] >= -t);} in SearchPivot()
121 else {bondeb = (u[(i+1)%3][i]-u[(i+1)%3][(i+2)%3] <= t);} in SearchPivot()
124 if (bondeb && bonfin){ return i; } in SearchPivot()
H A DChFi3d_Builder_0.cxx3376 Standard_Boolean bondeb = (tol1 == tol3d); in ChFi3d_ComputeCurves() local
3407 if(ddeb >= tol3d && bondeb) { in ChFi3d_ComputeCurves()
3710 Standard_Boolean bondeb,bonfin; in ChFi3d_SearchPivot() local
3712 if(s[(i+1)%3] == 1) {bondeb = (u[(i+1)%3][i]-u[(i+1)%3][(i+2)%3] >= -t);} in ChFi3d_SearchPivot()
3713 else {bondeb = (u[(i+1)%3][i]-u[(i+1)%3][(i+2)%3] <= t);} in ChFi3d_SearchPivot()
3716 if (bondeb && bonfin) { return i; } in ChFi3d_SearchPivot()