puts "REQUIRED All: Projection Failed"

puts "========"
puts "OCC25980"
puts "========"
puts ""
#################################################
# Wrong result obtained by projection algorithm
#################################################

restore [locate_data_file c2t.draw] c
restore [locate_data_file s1t.draw] s

set bug_info [catch {project x c s}]

# Projection should fail due to big distance of projection at curve beginning
if {$bug_info == 0} {
  puts "ERROR: OCC25980 is reproduced."
}
