0022785: Draw Harness - add possibility to remove a text drawn by the command vdrawtext
[occt.git] / tests / bugs / vis / bug24358
CommitLineData
8bb96a97 1puts "==========="
2puts "OCC24358"
3puts "==========="
4puts ""
5###########################################################################
6# 0024358: TKV3d - connected structures are not re-computed on device lost
7###########################################################################
8
9set Image1 $imagedir/${casename}_1.png
10set Image2 $imagedir/${casename}_2.png
11
12pload MODELING
13pload VISUALIZATION
14box b1 0 0 0 1 2 3
15box b2 3 0 0 3 2 1
16vinit View1
17vclear
18vaxo
19vsetdispmode 1
0717ddc1 20vconnect b1c -3 0 0 b1 b2
8bb96a97 21vfit
22
23vdump $Image1
24
25vclose View1 1
26vinit View1
27vdisplay b1c
28vfit
29
30vdump $Image2