0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / v3d / trihedron / bug22368
CommitLineData
0d828ac8 1puts "========================"
2puts "OCC22368: AIS_Trihedron's highlight presentation isn't updated on trihedron relocation"
3puts "========================"
4puts ""
5
6pload VISUALIZATION QAcommands
7vclear
8vinit View1
9vtrihedron trihedron
10OCC74_set trihedron 3
11
12set x1 200
13set x2 220
14set x3 210
15
16set y 190
17
18vselect ${x3} ${y}
19
20vsetlocation trihedron 100 100 100
21
22set status 0
23for {set i ${x1} } {$i <= ${x2} } {incr i} {
24 checkcolor ${i} ${y} 0 0 0
25}
26
27vdump $imagedir/${casename}.png