0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / modalg_1 / bug13186_2
1 puts "TODO OCC12345 ALL: Error :  is WRONG because number of "
2 puts "============"
3 puts "OCC13186"
4 puts "============"
5 puts ""
6 #######################################################################
7 # Problem with Boolean operation
8 # Bug is reprodused on Linux platform only
9 #######################################################################
10
11 restore [locate_data_file OCC13186_cutcyl11.brep] b1
12 restore [locate_data_file OCC13186_sphere.brep] b2
13
14 bop b1 b2
15 bopfuse result
16
17 checkprops result -s 85.6816 
18 checkshape result
19 checknbshapes result -vertex 21 -edge 28 -wire 13 -face 8 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 73
20 checkview -display result -2d -path ${imagedir}/${test_image}.png
21