0027715: Visualization - turn off deprecated OpenGL fixed-function pipeline by default
[occt.git] / tests / bugs / vis / bug25773
CommitLineData
6262338c 1puts "============"
2puts "CR25773"
3puts "Check that properties of object can be applied to it (set to its drawer)"
4puts "============"
5puts ""
6
7vinit View1
8vclear
9
10vaspects -defaults -setfreeboundarycolor 0 0 1
11
12pcone c 0 5 10
13explode c F
14vdisplay c_1; vfit
15
16set x 80
17set y 103
18checkcolor $x $y 0 0 1
19
20vaspects c_1 -freeboundary off
21checkcolor $x $y 0 0 0
22
23vaspects c_1 -freeboundary on -setfreeboundarycolor 1 0 0 -setfreeboundarywidth 2
24checkcolor $x $y 1 0 0
25
5747059b 26checkview -screenshot -3d -path ${imagedir}/${test_image}.png