0027715: Visualization - turn off deprecated OpenGL fixed-function pipeline by default
[occt.git] / tests / bugs / vis / bug24358
1 puts "==========="
2 puts "OCC24358"
3 puts "==========="
4 puts ""
5 ###########################################################################
6 # 0024358: TKV3d - connected structures are not re-computed on device lost
7 ###########################################################################
8
9 set Image1 $imagedir/${casename}_1.png
10 set Image2 $imagedir/${casename}_2.png
11
12 pload MODELING
13 pload VISUALIZATION
14 box b1 0 0 0 1 2 3
15 box b2 3 0 0 3 2 1
16 vinit View1
17 vclear
18 vaxo
19 vsetdispmode 1
20 vconnect b1c -3 0 0 b1 b2
21 vfit
22
23 vdump $Image1
24
25 vclose View1 1
26 vinit View1
27 vdisplay b1c
28 vfit
29
30 vdump $Image2