0027991: Modeling Algorithms - BRepGProp_Face crashes on face without geometric surface
[occt.git] / tests / bugs / vis / bug24756
1 puts "============"
2 puts "CR24756"
3 puts "============"
4 puts ""
5 #######################################################################
6 #  AIS_ConnectedInteractive does not support nested AIS_ConnectedInteractive
7 #######################################################################
8
9 vinit
10 box b 1 1 1
11 vdisplay b
12 vconnectto b1 2 0 0 b
13 vconnectto b2 2 0 0 b1
14 vsetlocation b1 2 1 0
15 vfit
16
17 set anImage ${imagedir}/${casename}.png
18 vdump ${anImage}