2 puts "0029768: Visualization, TKOpenGl - structure is entirely clipped by suppressed clipping"
13 vdisplay -dispMode 1 b0 b1
18 vclipplane pv equation -1 0 0 0.5 -set
19 vclipplane pb0 equation 0 1 0 -0.5 -set b0
20 vclipplane pb1 equation 0 1 0 -0.5 -setOverrideGlobal b1
22 if { [vreadpixel 300 200 rgb name] != "GREEN3" } { puts "Error: box b1 is fully clipped" }
23 vdump $imagedir/${casename}.png