1puts "========================"
2puts " OCC430 "
3puts "========================"
4puts ""
5################################################################
6## Exception when projecting a point on planar surface of linear extrusion oriented along Y axis
7################################################################
8
9restore [locate_data_file OCC430.rle] result
10
11if [catch {proj result 49.86391363636364 440.7894090909091 127.05 } catch_result] {
12    puts "Faulty OCC430: Projection was made wrongly."
13} else {
14    puts "OK OCC348: function PROJECT works properly"
15}
16
17checkview -display result -2d -path ${imagedir}/${test_image}.png
18
19
20