0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_5 / bug25980
1 puts "REQUIRED All: Projection Failed"
2
3 puts "========"
4 puts "OCC25980"
5 puts "========"
6 puts ""
7 #################################################
8 # Wrong result obtained by projection algorithm
9 #################################################
10
11 restore [locate_data_file c2t.draw] c
12 restore [locate_data_file s1t.draw] s
13
14 set bug_info [catch {project x c s}]
15
16 # Projection should fail due to big distance of projection at curve beginning
17 if {$bug_info == 0} {
18   puts "ERROR: OCC25980 is reproduced."
19 }