0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / moddata_2 / bug308
CommitLineData
0e443e13 1puts "REQUIRED All: Projection Failed"
2
a87752f3 3puts "==========="
4puts " OCC308 "
5puts "==========="
6puts ""
7#################################################################
8## Can not project 3D-curve on surface.
9#################################################################
10
11restore [locate_data_file OCC308a.draw] a
12restore [locate_data_file OCC308b.draw] b
13
14if [catch {project result a b} catch_result] {
15 set mistake 1
16} else {
17 set mistake 0
18}
19
20if { $mistake == 0} {
21 puts "Faulty OCC308 : function PROJECT works wrongly"
22} else {
23 puts "OCC308 OK : function PROJECT works properly"
24}
25
5747059b 26checkview -display result -2d -path ${imagedir}/${test_image}.png
a87752f3 27