mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Request from SENR "SENR-21-039 "BRepExtrema_DistShapeShape - bad result "
Extrema_ExtSS.cxx - numbers of sample points are increased
IntPatch_PrmPrmIntersection.cxx
This reverts commit 6a2b9ef69f
.
This commit is contained in:
@@ -103,7 +103,7 @@ void Extrema_ExtSS::Perform(const Adaptor3d_Surface& S1,
|
||||
mySqDist.Clear();
|
||||
Standard_Integer i;
|
||||
GeomAbs_SurfaceType myS1type = S1.GetType();
|
||||
Standard_Integer NbU = 10, NbV = 10;
|
||||
Standard_Integer NbU = 20, NbV = 20;
|
||||
|
||||
switch(myS1type) {
|
||||
|
||||
|
@@ -2543,7 +2543,6 @@ void IntPatch_PrmPrmIntersection::Perform (const Handle(Adaptor3d_HSurface)& Sur
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Standard_Integer pI = ciVpar;
|
||||
|
||||
|
Reference in New Issue
Block a user