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