0031189: Draw Harness, ViewerTest - send messages to Message::DefaultMessenger()
[occt.git] / tests / bugs / vis / bug22368
CommitLineData
7faaccfd 1puts "========================"
2puts "OCC22368"
3puts "========================"
4puts ""
5#######################################################################
6# AIS_Trihedron's highlight presentation isn't updated on trihedron relocation
7#######################################################################
8
9set BugNumber OCC22368
10
458e3c0d 11vclear
12vinit View1
7faaccfd 13vtrihedron trihedron
14OCC74_set trihedron 3
15
16set x1 200
17set x2 220
18set x3 210
19
20set y 190
21
22vselect ${x3} ${y}
23
458e3c0d 24vsetlocation trihedron 100 100 100
7faaccfd 25
26set status 0
27for {set i ${x1} } {$i <= ${x2} } {incr i} {
28 checkcolor ${i} ${y} 0 0 0
29}
30
5747059b 31checkview -screenshot -3d -path ${imagedir}/${test_image}.png