1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0022910: Failure to compute iso-line for NURBS surface

This commit is contained in:
Roman Lygin, ABV 2012-02-03 11:29:01 +00:00 committed by bugmaster
parent 6ff13c928b
commit 03976b378e

View File

@ -2412,7 +2412,7 @@ Standard_Integer GeomLib::NormEstim(const Handle(Geom_Surface)& S,
MagnNV = sqrt(MagnNV); MagnNV = sqrt(MagnNV);
N.SetXYZ(NV.XYZ()/MagnNV); N.SetXYZ(NV.XYZ()/MagnNV);
Standard_Real par = .5*(bid2-bid1); Standard_Real par = .5*(bid2+bid1);
if(AlongV) { if(AlongV) {
Iso = S->UIso(par); Iso = S->UIso(par);