Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/IGESControl/
H A DIGESControl_Writer.cxx124 Standard_Real oldtol = myModel->GlobalSection().Resolution(), newtol; in AddShape() local
136 newtol = (oldtol * oldnb + Tol1 * (newnb - oldnb)) / newnb; in AddShape()
140 if (oldnb > 0) newtol = Min (oldtol, newtol); in AddShape()
144 if (oldnb > 0) newtol = Max (oldtol, newtol); in AddShape()
/dports/deskutils/genius/genius-1.0.27/lib/functions/
H A Dcomplex_numbers.gel58 #oldtol = SumProductTolerance;
63 #SumProductTolerance = oldtol;
/dports/cad/opencascade/opencascade-7.6.0/src/Approx/
H A DApprox_SameParameter.cxx205 const Standard_Real oldtol) in Check() argument
264 return (tol <= d || tol > 0.8 * oldtol); in Check()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/
H A DMesh.cpp1730 real_t oldtol=Point::tolerance; in merge() local
1754 Point::tolerance=oldtol; //reset old point tolerance in merge()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_2.cxx1580 Standard_Real oldtol = DStr.ChangeCurve(ICurv).Tolerance(); in ChFi3d_MakeExtremities() local
1581 DStr.ChangeCurve(ICurv).Tolerance(Max(oldtol,tolreached)); in ChFi3d_MakeExtremities()