0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_1 / bug13211_10
1 puts "============"
2 puts "OCC13211"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Wrong treatment of conical faces in BOP algorithm
7 #######################################################################
8
9 restore [locate_data_file OCC13209_s1.brep] s1
10 restore [locate_data_file OCC13209_s2.brep] s2
11
12 bop s1 s2
13 boptuc result
14
15 checkprops result -s 3006.19 
16 checkshape result
17 checknbshapes result -vertex 11 -edge 18 -wire 11 -face 11 -shell 3 -solid 3 -compsolid 0 -compound 1 -shape 58
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19