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