0029768: Visualization, TKOpenGl - structure is entirely clipped by suppressed clipping
[occt.git] / tests / bugs / vis / bug204_2
1 puts "========"
2 puts "OCC204"
3 puts "========"
4
5 vinit
6 OCC204 1
7 vfit
8
9 set x_coord 150
10 set y_coord 200
11
12 checkcolor $x_coord $y_coord 0 0 0
13
14 if { ${stat} != 1 } {
15     puts "Error : There are 3 boxes in the viewer! (should be nothing)"
16 }
17
18 checkview -screenshot -3d -path ${imagedir}/${test_image}.png
19