0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / xde / bug2
1 puts "================"
2 puts "OCC2"
3 puts "================"
4 puts ""
5
6 restore [locate_data_file OCC46.brep] result
7 checkshape result
8
9 set l [lindex [statshape result] 5]
10
11 if { $l != "EDGE"} then {
12    puts "Error : Output of statshape is incorrect."
13 }
14
15 checkview -display result -2d -path ${imagedir}/${test_image}.png
16