0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / moddata_2 / bug943_1
1 puts "REQUIRED All: Faulty shapes in variables faulty_1 to faulty_"
2 puts "========="
3 puts " OCC943 "
4 puts "(case 1)"
5 puts "========="
6 puts ""
7 #####################################################
8 ## The regression is intersecting pcurves of face, They are added by fixshape.
9 ## (To see this you can try fixshape dF.rle from attachment. But please note, that
10 ## checkshape on result of fixshape sometimes fails and sometimes not. It is
11 ## instability!)
12 ######################################################
13
14 restore [locate_data_file OCC943_1.brep] result
15
16 set err [checkshape result]
17
18 set j 1
19 repeat 25 {
20     restore [locate_data_file OCC943_1.brep] result
21     set err1 [checkshape result]
22     if { $err != $err1 } {
23         puts [format " Faulty OCC943 (case 1): function CHECKSHAPE works wrongly on %s time" $j]
24         break
25     } else {
26         puts [format " OCC943 (case 1)  OK: function CHECKSHAPE works properly %s time" $j]
27     }
28     incr j
29 }
30
31 checkview -display result -2d -path ${imagedir}/${test_image}.png
32