0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / modalg_2 / bug20465
1 puts "========================"
2 puts "OCC20465"
3 puts "========================"
4 puts ""
5 #######################################################################
6 # Wrong checkshape results for shells
7 #######################################################################
8
9 set BugNumber OCC20465
10
11 restore [locate_data_file OCC20465.brep] r 
12
13 checkshape r
14 explode r f
15 compound r_1 r_2 r_3 r_4 r_5 r_6 r_7 r_8 r_9 r_10 r_11 result
16
17 checknbshapes result -vertex 23 -edge 33 -wire 13 -face 11 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 81
18 checkprops result -s 900 
19 checkshape result
20 checkview -display result -2d -path ${imagedir}/${test_image}.png
21