65bb82f2 |
1 | puts "TODO bug30075 ALL: Faulty shapes in variables faulty_1 to faulty_" |
2 | |
0e94a94e |
3 | puts "========================" |
4 | puts " OCC55 " |
5 | puts "========================" |
6 | ######################################## |
7 | ## After reading from STEP file invalid shape was obtained. |
8 | ######################################## |
9 | |
10 | cpulimit 2000 |
11 | |
12 | stepread [locate_data_file OCC55.stp] a * |
13 | |
14 | tpcompound result |
352ffd73 |
15 | checkshape result |
0e94a94e |
16 | |
5747059b |
17 | checkview -display result -2d -path ${imagedir}/${test_image}.png |
0e94a94e |
18 | |