0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_4 / bug6811
1 #INTERFACE STEP
2 puts "================"
3 puts "OCC6811"
4 puts "================"
5 puts ""
6 #######################################################################################
7 # Unstable work of the checkshape on the attached file. 
8 #######################################################################################
9
10 catch { pload XDE }
11
12 set BugNumber OCC6811
13
14 set filepath [locate_data_file trj12_b3-tu-203.stp]
15 if { [catch { stepread $filepath a * } catch_result] } {
16     puts "Faulty ${BugNumber} : here is reading problem"
17 } else {
18     checkshape a_1 f
19     checkshape a_1 f
20     renamevar a_1 result
21 }
22
23 checkprops result -s 1.48021e+06 
24 checkshape result
25 checkview -display result -2d -path ${imagedir}/${test_image}.png