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