Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_1.cxx43 Standard_Real anEndU = theLast; in findNearestValidPoint() local
45 std::swap(aStartU, anEndU); in findNearestValidPoint()
86 if ((isFirst && anUOut > anEndU) || (!isFirst && anUOut < anEndU)) in findNearestValidPoint()
90 aP = theCurve.Value(anEndU); in findNearestValidPoint()
95 anUOut = anEndU; in findNearestValidPoint()
111 if ((isFirst && anUOut < anEndU) || (!isFirst && anUOut > anEndU)) in findNearestValidPoint()
115 anUOut = anEndU; in findNearestValidPoint()