From 03976b378ebc2d7901f96af20307560c756eb9a3 Mon Sep 17 00:00:00 2001 From: "Roman Lygin, ABV" <> Date: Fri, 3 Feb 2012 11:29:01 +0000 Subject: [PATCH] 0022910: Failure to compute iso-line for NURBS surface --- src/GeomLib/GeomLib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GeomLib/GeomLib.cxx b/src/GeomLib/GeomLib.cxx index a7a94ec11d..7c51d697ab 100755 --- a/src/GeomLib/GeomLib.cxx +++ b/src/GeomLib/GeomLib.cxx @@ -2412,7 +2412,7 @@ Standard_Integer GeomLib::NormEstim(const Handle(Geom_Surface)& S, MagnNV = sqrt(MagnNV); N.SetXYZ(NV.XYZ()/MagnNV); - Standard_Real par = .5*(bid2-bid1); + Standard_Real par = .5*(bid2+bid1); if(AlongV) { Iso = S->UIso(par);