0023062: Incorrect display of edge in draw axo viewer
[occt.git] / tests / bugs / vis / bug591
CommitLineData
352ffd73 1puts "========"
2puts "OCC591"
3puts "========"
4puts ""
5
6restore [locate_data_file OCC591.brep] result
7tclean result
8vinit
9vdisplay result
10vfit
11vsetdispmode result 1
12vsettransparency result .5
13
352ffd73 14
15set x_coord 250
16set y_coord 115
17
18checkcolor $x_coord $y_coord 0.58 0.41 0.07
19
20if {$stat != 1} {
21 puts "Error : Function VSETTRANSPARENCY works wrongly."
22}
23
24set only_screen 1