0027986: Visualization - AIS_InteractiveContext::SetLocation() does not update dynami...
[occt.git] / tests / bugs / vis / buc60632_2
CommitLineData
352ffd73 1puts "================"
2puts "BUC60632"
3puts "================"
4
5vinit
6BUC60632 1 100
7vfit
a6eb515f 8vmoveto 126 143
352ffd73 9puts "Highlighting by 'Move To' command in shading mode"
10
a6eb515f 11set x_coord 128
12set y_coord 143
352ffd73 13
14checkcolor $x_coord $y_coord 0 1 1
15
16if { $stat != 1 } {
17 puts "Error : Highlighting by Move To command in shading mode is WRONG."
18}
19
5747059b 20checkview -screenshot -3d -path ${imagedir}/${test_image}.png
352ffd73 21
22