0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / vis / bug24610
1 puts "============"
2 puts "OCC24610"
3 puts "============"
4 puts ""
5 #######################################################################
6 #  Erased AIS object should not be taken into account by FitAll operation
7 #######################################################################
8
9 pload VISUALIZATION
10 vinit
11 box b1 200 200 200
12 vdisplay b1
13 vfit
14 box b2 2 2 2
15 vdisplay b2
16 set color_1 [vreadpixel 32 305]
17 verase b1
18 vfit
19 set color_2 [vreadpixel 32 305]
20 if {$color_1 == $color_2} {
21   puts "ERROR: OCC24610 is reproduced"
22 }
23
24 checkview -screenshot -3d -path ${imagedir}/${test_image}.png