mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026674: Performance regression in BRepExtrema_DistShapeShape in OCCT 6.9.0 in compare with OCCT 6.7.1
Creation the test case for current issue. Added flag for single extrema computation. Now implemented only for parametric solver GenExtCC. Default behavior of curve/curve solver in distmini command changed to "find one solution".
This commit is contained in:
@@ -65,6 +65,7 @@ void BRepExtrema_ExtCC::Perform(const TopoDS_Edge& E1)
|
||||
BRep_Tool::Range(E1,U1,U2);
|
||||
myExtCC.SetCurve (1, HC->Curve(), U1, U2);
|
||||
myExtCC.SetTolerance(1, Tol);
|
||||
myExtCC.SetSingleSolutionFlag(Standard_True);
|
||||
myExtCC.Perform();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user