mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Make possibility to dramatically increase the step during iteration on the curve when the global resolution of the curve is too small. Correct the functions FindParameters, FindBestSolution, FindDistPC. The change caused improvement of the test case "boolean bfuse_complex E4", so the bug #27697 has been fixed. The change caused dramatic improvement of the performance of the test "bugs modalg_7 bug27160", and the bug #29080 has been fixed.
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
puts "======="
|
|
puts "0029038"
|
|
puts "======="
|
|
puts ""
|
|
##################################################
|
|
# IntTools_EdgeEdge::FindParameters() hangs on bad curve
|
|
##################################################
|
|
|
|
restore [locate_data_file bug29038_bfuse_hang.brep] a
|
|
explode a
|
|
bfuse r a_1 a_2
|