Added info on VTK availability in dversion command; VTK tests are corrected to report...
[occt.git] / tests / v3d / ivtk / display_mode
CommitLineData
52f99d93 1puts "============"
2puts "display_mode"
3puts "============"
4puts ""
5#######################################################
6# Tests display modes changing in the IVtk view
7#######################################################
8
9set anImage1 $imagedir/${casename}_1.png
10set anImage2 $imagedir/${casename}_2.png
11
12ivtkinit
13box b 1 1 1
14ivtkdisplay b
15ivtksetdispmode 1
16ivtkdump $anImage1
17
18ivtksetdispmode 0
19ivtkdump $anImage2