0025507: Visualization - the method V3d_View::Place() is incorrect
[occt.git] / tests / bugs / vis / bug6897_2
CommitLineData
5ad539d2 1puts "============"
2puts "CR6987"
3puts "============"
4puts ""
5##########################################################################
6# Impossible to change edge line type in 3D View
7# Tests forced redisplay of object after aspect parameter's been changed
8##########################################################################
9
10pload VISUALIZATION
11
12set anImage1 $imagedir/${casename}_1.png
13set anImage2 $imagedir/${casename}_2.png
14
15vinit
16box b 1 1 1
17vdisplay b
18vfit
19vsetdispmode b 1
20vsetedgetype b -type DASH -color 10 255 10 -force
21vdump $anImage1
22
23vunsetedgetype b -force
24vdump $anImage2