0026310: Very slow boolean cut operations on cylinders
[occt.git] / tests / bugs / modalg_5 / bug25980
1 puts "========"
2 puts "OCC25980"
3 puts "========"
4 puts ""
5 #################################################
6 # Wrong result obtained by projection algorithm
7 #################################################
8
9 restore [locate_data_file c2t.draw] c
10 restore [locate_data_file s1t.draw] s
11
12 set bug_info [catch {project x c s}]
13
14 if {$bug_info == 0} {
15   puts "ERROR: OCC25980 is reproduced."
16 }