0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / v3d / bugs / bug23709_1
CommitLineData
0d828ac8 1puts "============"
2puts "OCC23709: Redesign of hlrtest command"
3puts "============"
4puts ""
5
6pload MODELING VISUALIZATION
7pcone a 5 0 10
8box b 15 0 0 10 10 10
9vinit View1
10vdisplay a
11vdisplay b
12vrotate 35 0 0
13vfit
14vhlr on
15vhlrtype polyalgo b
16vaspects -setwidth 5
17if { "[vreadpixel 290 170 rgb name]" != "YELLOW" } {
18 puts "Error : color is not yellow"
19}
20checkcolor 86 221 0 0 0
21
22vdump $imagedir/${casename}.png