0029768: Visualization, TKOpenGl - structure is entirely clipped by suppressed clipping
[occt.git] / tests / bugs / vis / bug129_1
CommitLineData
3bea4c16 1puts "================"
c7ba4578 2puts "OCC129 - infinite cylinder is not selectable in 3D Viewer"
3bea4c16 3puts "================"
4puts ""
3bea4c16 5
6cylinder c 0 0 1 10
7mkface f c
8
c7ba4578 9vclear
10vinit View1
11vdisplay -dispMode 0 f
12# check dynamic highlighting
13vmoveto 207 184
14checkcolor 207 184 0 1 1
15# check selected highlighting
16vselect 207 184
17checkcolor 207 184 0.8 0.8 0.8
18# check unselected
19vselect 222 175
20checkcolor 207 184 1 1 0
21
22vdump ${imagedir}/${casename}.png