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/bug26172
2015-05-08 08:51:44 +03:00

30 lines
726 B
Plaintext

puts "============"
puts "CR26172"
puts "============"
puts ""
##########################################################################################
puts "Locally selected object stays in the viewer after object deactivation in the local context"
##########################################################################################
set check_x 102
set check_y 333
pload VISUALIZATION MODELING
vinit View1
vclear
vaxo
OCC26172
vfit
# check that the selection is cleared properly
checkcolor $check_x $check_y 0.8 0.8 0.8
if { [checkcolor $check_x $check_y 0.8 0.8 0.8] != 1 } {
puts "Error: selection is cleared incorrectly by AIS_LocalContext::ClearOutdatedSelection()"
}
vdump ${imagedir}/${casename}.png