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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user