1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug27893
vpa 0d5880e11a 0027893: Visualization - AIS_InteractiveContext::SetSelected does not work
- misprint in check of global selection existence in AIS_InteractiveContext::SetSelected was corrected;
- remaining occurrencies of hard-coded 0 selection mode were corrected to use global selection mode;
- test case for issue #27983
2016-09-30 11:17:13 +03:00

18 lines
500 B
Plaintext

puts "==========="
puts "OCC27893"
puts "==========="
puts ""
##########################################################################
# Visualization - AIS_InteractiveContext::SetSelected does not work
##########################################################################
pload VISUALIZATION QAcommands
vinit
OCC27893
vfit
if {[vnbselected] != "1" || [vreadpixel 204 254 name] != "GRAY80 1"} {
puts "ERROR: The box is not selected, AIS_InteractiveContext::SetSelected works incorrect"
}