0024564: Select3D_SensitiveFace gives inaccurate picking depth for AIS_Plane (interio...
[occt.git] / tests / bugs / vis / bug129_2
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
12trimv ct c -1e+9 1e+9
13mkface ft ct
14
15vinit
16vdisplay ft
17
18set x1 207
19set y1 184
20set x2 222
21set y2 175
22
23vmoveto ${x1} ${y1}
24checkcolor ${x1} ${y1} 0 1 1
25
26vselect ${x1} ${y1}
27checkcolor ${x1} ${y1} 0.8 0.8 0.8
28
29vselect ${x2} ${y2}
30checkcolor ${x1} ${y1} 1 1 0
31
32set only_screen 0