0027126: Create command checktrinfo to verify meshes
[occt.git] / tests / bugs / vis / bug26596
CommitLineData
0824e32e 1puts "============"
2puts "CR26596"
3puts "============"
4puts ""
5
6##########################################################################################
7puts "Visualization - hidden twice times structure should not be selectable"
8##########################################################################################
9
10pload MODELING VISUALIZATION
11
12box b 1 2 3
13vinit View1
14vclear
15vaxo
16vsetdispmode 1
17
18vdisplay b
19vfit
20verase b
21
22vdisplay b
23verase b
24
25vmoveto 250 250
26set aResColor [vreadpixel 165 263]
27if {$aResColor == "0 1 1 1"} {
28 puts "ERROR: Zero selection mode was not deactivated at second AIS_InteractiveContext::Erase call"
29}
30
5747059b 31checkview -screenshot -3d -path ${imagedir}/${test_image}.png