Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_1.cxx81 Standard_Real anUOut = anUIn; in findNearestValidPoint() local
84 anUIn = anUOut; in findNearestValidPoint()
85 anUOut += aStep; in findNearestValidPoint()
86 if ((isFirst && anUOut > anEndU) || (!isFirst && anUOut < anEndU)) in findNearestValidPoint()
95 anUOut = anEndU; in findNearestValidPoint()
110 anUOut += aStepLocal; in findNearestValidPoint()
111 if ((isFirst && anUOut < anEndU) || (!isFirst && anUOut > anEndU)) in findNearestValidPoint()
115 anUOut = anEndU; in findNearestValidPoint()
127 aP = theCurve.Value(anUOut); in findNearestValidPoint()
142 anUOut = aMidU; in findNearestValidPoint()
[all …]