1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/tests/bugs/vis/bug129_2
2013-02-01 17:32:08 +04:00

33 lines
613 B
Plaintext
Executable File

puts "================"
puts "OCC129"
puts "================"
puts ""
#######################################################################################
# Object is not selectable in the Cascade Viewer
######################################################################################
set BugNumber OCC22129
cylinder c 0 0 1 10
trimv ct c -1e+9 1e+9
mkface ft ct
vinit
vdisplay ft
set x1 207
set y1 184
set x2 222
set y2 175
vmoveto ${x1} ${y1}
checkcolor ${x1} ${y1} 0 1 1
vselect ${x1} ${y1}
checkcolor ${x1} ${y1} 0.8 0.8 0.8
vselect ${x2} ${y2}
checkcolor ${x1} ${y1} 1 1 0
set only_screen 0