Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/ChFi2d/
H A DChFi2d.cxx35 TopoDS_Vertex firstVertex1, lastVertex1, firstVertex2, lastVertex2; in CommonVertex() local
37 TopExp::Vertices(E2, firstVertex2, lastVertex2); in CommonVertex()
39 if (firstVertex1.IsSame(firstVertex2) || in CommonVertex()
44 if (lastVertex1.IsSame(firstVertex2) || in CommonVertex()
/dports/cad/opencascade/opencascade-7.6.0/src/TopExp/
H A DTopExp.cxx302 TopoDS_Vertex firstVertex1, lastVertex1, firstVertex2, lastVertex2; in CommonVertex() local
304 TopExp::Vertices(E2, firstVertex2, lastVertex2); in CommonVertex()
306 if (firstVertex1.IsSame(firstVertex2) || in CommonVertex()
311 if (lastVertex1.IsSame(firstVertex2) || in CommonVertex()
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeIndexedFaceSet.cpp1120 Vec3f firstVertex2 = point->getVec(ci->getValue(first2)); in buildQuad() local
1127 if (secondVertex == firstVertex2) in buildQuad()
1133 if (secondVertex == firstVertex2) in buildQuad()