Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.cxx434 Standard_Boolean bvertexfound = in MakeFacesNonSec() local
481 if(bvertexfound) { in MakeFacesNonSec()
1114 Standard_Boolean bvertexfound = in SplitUEdges() local
1117 if(!bvertexfound) { in SplitUEdges()
1125 for(vvit = 0; !bvertexfound && (vvit < aNbVVs); vvit++) { in SplitUEdges()
1136 bvertexfound = Standard_True; in SplitUEdges()
1143 if(bvertexfound) { in SplitUEdges()
1233 Standard_Boolean bvertexfound = Standard_False; in FindCommonVertex() local
1259 bvertexfound = Standard_True; in FindCommonVertex()
1264 return bvertexfound; in FindCommonVertex()