0024105: ShapeFix algorithm produces not correct result.
[occt.git] / tests / bugs / moddata_2 / bug766
CommitLineData
352ffd73 1puts "========"
2puts "OCC766"
3puts "========"
4puts ""
5###############################
6## Can not project the 3-D point on the ellipse
7###############################
8
9restore [locate_data_file OCC766.draw] c
10
11set result [proj c 30 3.944304526105059e-31 20.0]
12
355c1551 13set ll [llength $result]
352ffd73 14
355c1551 15if {$ll > 0} {
352ffd73 16 puts "OCC770 OK"
17} else {
18 puts "Faulty OCC770"
19}
20
21set 2dviewer 1