0030182: Visualization, Image_AlienPixMap - support reading encoded image from memory...
[occt.git] / tests / bugs / vis / bug6652
1 puts "============"
2 puts "OCC6652"
3 puts "============"
4 puts ""
5 ######################################################
6 # Problem of mesh selection
7 ######################################################
8
9 pload XDE
10 set BugNumber OCC6652
11
12 vinit
13
14 meshfromstl result [locate_data_file OCC6652.stl]
15
16 vsetdispmode result 3
17 vselmode result 8 1
18
19 vselect 5 5 400 400
20
21 if {[vnbselected] != 26966} {
22    puts "Faulty ${BugNumber}"
23 }
24
25 checkview -screenshot -3d -path ${imagedir}/${test_image}.png
26
27
28