0031682: Visualization - Prs3d_ShadingAspect::SetTransparency() has no effect with...
[occt.git] / tests / v3d / wire_solid / L1
1 puts "========"
2 puts "0029739: Draw Harness - vdonly does not hide displayed objects"
3 puts "========"
4
5 box b1 0 0 0 1 2 3
6 box b2 2 0 0 3 2 1
7 vclear
8 vaxo
9 vdisplay -dispMode 1 b1 b2
10 vfit
11 vdonly b1
12 if {[vreadpixel 100 100 rgb name] == "BLACK"} {puts "Error: wrong prs erased"}
13 if {[vreadpixel 300 300 rgb name] != "BLACK"} {puts "Error: wrong prs erased"}