1
0
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:
ifv
2019-11-25 11:35:04 +03:00
parent 5833894f2e
commit eb2fcaa940
2 changed files with 1 additions and 2 deletions

View File

@@ -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) {

View File

@@ -2543,7 +2543,6 @@ void IntPatch_PrmPrmIntersection::Perform (const Handle(Adaptor3d_HSurface)& Sur
}
}
}
}
Standard_Integer pI = ciVpar;