1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0022848: Optimize projection of points in ShapeAnalysis_Surface

This commit is contained in:
GKA
2012-02-22 12:30:10 +00:00
committed by bugmaster
parent 88c36d5906
commit 6062bf3e4a
4 changed files with 30 additions and 189 deletions

View File

@@ -985,6 +985,7 @@ gp_Pnt2d ShapeAnalysis_Surface::ValueOfUV(const gp_Pnt& P3D,const Standard_Real
dv = Min (myVDelt, SurfAdapt.VResolution (preci));
myExtSrf = mySurf;
Standard_Real Tol = Precision::PConfusion();
myExtPS.SetFlag (Extrema_ExtFlag_MIN);
myExtPS.Initialize ( myExtSrf, uf-du, ul+du, vf-dv, vl+dv, Tol, Tol );
myExtOK = Standard_True;
}