1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
nbv a6ebe9fc7c 0028493: [Regression vs 7.0.0] Intersection algorithm produces curve with loop
1. New testgrid "lowalgos/intss" has been created. It will contain all test cases on geometrical intersection of two surfaces ("intersect" DRAW-command) and two faces ("bopcurves" DRAW-command).

2. New test case for the issue #28493 has been created because the problem is not reproduced on MASTER.

3. Test case (lowalgos/intss/bug24472) for the issue #29501 has been modified in order to check loops of the resulting intersection curves.
2018-10-30 16:04:24 +03:00

35 lines
832 B
Plaintext

puts "========"
puts "OCC28718"
puts "========"
puts ""
#################################################
# Section result has a break
#################################################
restore [locate_data_file bug28718_bulk_1.brep] b1
restore [locate_data_file bug28718_hull.brep] b2
####
explode b1 f
explode b2 f
axo
don b2_61
fit
set log [bopcurves b1_1 b2_61 -2d]
regexp {Tolerance Reached=+([-0-9.+eE]+)\n+([-0-9.+eE]+)} ${log} full Toler NbCurv
checkreal TolReached $Toler 3.589120933029448e-08 0.0 0.1
nurbsconvert ff b2_61
set log [bopcurves b1_1 ff -2d]
regexp {Tolerance Reached=+([-0-9.+eE]+)\n+([-0-9.+eE]+)} ${log} full Toler NbCurv
checkreal TolReached $Toler 3.9019558966741645e-08 0.0 0.1
bsection result b1 b2
checkprops result -l 19.1199
checkview -display result -2d -path ${imagedir}/${test_image}.png