0027860: Visualization - clean up Transformation Persistence API
[occt.git] / tests / bugs / vis / bug24996
CommitLineData
6bc6a6fc 1puts "============"
2puts "CR24996"
3puts "============"
4puts ""
5#######################################################################
6# Visualization - newly displayed objects are clipped until first camera movement
7#######################################################################
8
9box b1 0 0 0 1 2 3
10box b2 3 2 1 1 2 3
11box b3 5 -4 0 1 2 3
12
13vinit
14vclear
15vaxo
16vsetdispmode 0
17vdisplay b1
18vfit
19vzoom 0.25
20vdisplay b2 b3
21
22set anImage ${imagedir}/${casename}.png
23vdump ${anImage}