0027986: Visualization - AIS_InteractiveContext::SetLocation() does not update dynami...
[occt.git] / tests / bugs / vis / bug129_1
CommitLineData
3bea4c16 1puts "================"
2puts "OCC129"
3puts "================"
4puts ""
5#######################################################################################
6# Object is not selectable in the Cascade Viewer
7######################################################################################
8
9set BugNumber OCC22129
10
11cylinder c 0 0 1 10
12mkface f c
13
14vinit
15vdisplay f
16
17set x1 207
18set y1 184
19set x2 222
20set y2 175
21
22set UNSELECT_R 1
23set UNSELECT_G 1
24set UNSELECT_B 0
25
26set MOVESELECT_R 0
27set MOVESELECT_G 1
28set MOVESELECT_B 1
29
30
31vmoveto ${x1} ${y1}
32checkcolor ${x1} ${y1} 0 1 1
33
34vselect ${x1} ${y1}
35checkcolor ${x1} ${y1} 0.8 0.8 0.8
36
37vselect ${x2} ${y2}
38checkcolor ${x1} ${y1} 1 1 0
39
5747059b 40checkview -screenshot -3d -path ${imagedir}/${test_image}.png
3bea4c16 41