0024394: Visualization - implement more general way for rendering of immediate objects
[occt.git] / tests / bugs / vis / bug24394
1 puts "========"
2 puts "OCC24394"
3 puts "========"
4 puts ""
5 #################################################################################
6 # Visualization - implement more general way for rendering of immediate objects
7 #################################################################################
8
9 box b1 0 0 0 1 2 3
10 box b2 3 0 0 2 3 1
11 vinit View1
12 vclear
13 vaxo
14 vsetdispmode 1
15 vdisplay b1
16 vdisplay -top b1
17 vfit
18
19 set only_screen 1