0024387: Tests - use system-independent fonts in test cases
[occt.git] / tests / bugs / vis / bug26163
CommitLineData
8a5dfb38 1puts "============"
2puts "CR26163"
3puts "============"
4puts ""
5
6##########################################################################################
7puts "Visualization - AIS_Shape::SetWidth() should not overwrite the free boundary color"
8##########################################################################################
9
10set check_x 252
11set check_y 170
12
13pload VISUALIZATION MODELING
14
15vinit View1 w=400 h=400
16vclear
17vaxo
18
19restore [locate_data_file bug26163.brep] s
20vdisplay s
21vfit
22vsetwidth s 4
23
24# check that free boundary color is kept
25if { [checkcolor $check_x $check_y 0.0 1.0 0.0] != 1 } {
26 puts "Error: free boundary aspect unexpectedly changed."
27}
28
29vdump ${imagedir}/${casename}.png