0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / vis / bug30717
CommitLineData
a9080ef9 1puts "============="
2puts "0030717: Visualization, AIS_InteractiveContext::Erase() - selection presentation in a mode other than the default after hiding an object"
3puts "============="
4
5pload MODELING VISUALIZATION
6box b 10 10 10
7vclear
8vinit View1
9vdisplay -dispMode 1 -highMode 1 b
10vaxo
11vfit
12vselmode b Face on
13vmoveto 250 250
14vselect 250 250
15verase b
16if { [vreadpixel 300 300 rgb name] != "BLACK" } { puts "Error: hidden face is highlighted" }