Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_GTrsf2d.cxx144 const Standard_Real aTolerance2 = 2.0 * aTolerance; in Trsf2d() local
151 if ( Abs(value - 1.) > aTolerance2 ) in Trsf2d()
156 if ( Abs(value - 1.) > aTolerance2 ) in Trsf2d()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.cxx1462 utol = aBAS.UResolution(aTolerance2); in CheckAndOrientEdges()
1463 vtol = aBAS.VResolution(aTolerance2); in CheckAndOrientEdges()
1464 aTolerance2 = (utol > vtol) ? utol : vtol; in CheckAndOrientEdges()
1482 if(ap.Distance(theLastPoint) < aTolerance2) { in CheckAndOrientEdges()
1487 else if(ap.Distance(theFirstPoint) < aTolerance2) { in CheckAndOrientEdges()
1509 aTolerance2 = (aV22.IsNull()) ? Precision::Confusion() : BRep_Tool::Tolerance(aV22); in CheckAndOrientEdges()
1513 utol = aBAS.UResolution(aTolerance2); in CheckAndOrientEdges()
1514 vtol = aBAS.VResolution(aTolerance2); in CheckAndOrientEdges()
1515 aTolerance2 = (utol > vtol) ? utol : vtol; in CheckAndOrientEdges()
1527 if(ap.Distance(theFirstPoint) < aTolerance2) { in CheckAndOrientEdges()
[all …]