Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.cxx903 Standard_Boolean CommonVertexExists = FindCommonVertex(FirstEdge, LastEdge, in ChooseSection() local
906 if (CommonVertexExists) in ChooseSection()
2424 Standard_Boolean CommonVertexExists = TopExp::CommonVertex(theFirstEdge, in FindCommonVertex() local
2427 return CommonVertexExists; in FindCommonVertex()