1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_7/bug24676
nbv df1d6870c0 0024676: Wrong result done by intersection algorithm
Only test case has been created because the problem is not reproduced on the current MASTER
2018-10-26 15:48:08 +03:00

14 lines
418 B
Plaintext

puts "========"
puts "0024676: Wrong result done by intersection algorithm"
puts "========"
puts ""
restore [locate_data_file bug24676_b2.brep] b2
for {set i 1} { $i <= 6} {incr i} {
restore [locate_data_file bug24676_b1_${i}.brep] b1_$i
if {![regexp "no 3d curves\n has no 3d points" [ bopcurves b1_$i b2 ]]} {
puts "Error: Non-empty intersection result between b1_$i and b2, while empty is expected"
}
}