0024387: Tests - use system-independent fonts in test cases
[occt.git] / tests / bugs / vis / bug173_2
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
2puts "========"
3puts "OCC173"
4puts "(case 2)"
5puts "========"
6puts ""
7###########################################################
8## Impossible to change the material or the transparency of the attached BREP shape.
9###########################################################
10
11restore [locate_data_file OCC173.brep] result
352ffd73 12checkshape result
a87752f3 13
14vinit
15tclean result
16vdisplay result
17vfit
18vsetdispmode result 1
19
ccadc126 20set color1 [vreadpixel 175 195 rgb]
21set rd1 [lindex $color1 0]
22set gr1 [lindex $color1 1]
23set bl1 [lindex $color1 2]
a87752f3 24
25vsetmaterial result ALUMINIUM
26
ccadc126 27set color2 [vreadpixel 175 195 rgb]
28set rd2 [lindex $color2 0]
29set gr2 [lindex $color2 1]
30set bl2 [lindex $color2 2]
a87752f3 31
32if { ${rd2} == ${rd1} || ${gr2} == ${gr1} || ${bl2} == ${bl1} } {
33 puts "Error : material of the shape was NOT changed"
34}
35
36set only_screen 1