mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0022910: Failure to compute iso-line for NURBS surface
This commit is contained in:
parent
6ff13c928b
commit
03976b378e
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user