0032155: Tests - remove broken command OCC280
[occt.git] / tests / bugs / vis / bug31702
CommitLineData
76fada68 1puts "============"
2puts "0031702: Visualization, TKOpenGl - hatching interior is ignored in second View within the Viewer"
3puts "============"
4puts ""
5
6pload MODELING VISUALIZATION
7vclear
8vclose *
9vinit v1/v1
10box b1 100 200 300
11vdisplay -dispMode 1 b1
12vfit
13vaspects b1 -interior hatch
14if { [vreadpixel 201 200 -rgb -name] != "BLACK" } { puts "Error: no hatching in first view" }
15vdump ${imagedir}/${casename}_v1.png
16
17vinit v2/v1
18box b2 100 200 300
19vdisplay -dispMode 1 b2
20vfit
21vaspects b2 -interior hatch
22if { [vreadpixel 201 200 -rgb -name] != "BLACK" } { puts "Error: no hatching in second view" }
23vdump ${imagedir}/${casename}_v2.png