0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / moddata_3 / bug24108
1 puts "============"
2 puts "CR24108"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Boolean fuse fails
7 #######################################################################
8
9 puts "Load first shape ..."
10 restore [locate_data_file bug24108_face_411.brep] b1 
11 puts "Load second shape ..."
12 restore [locate_data_file bug24108_face_514.brep] b2 
13
14 explode b1 f
15 explode b2 f
16
17 copy b1_1 b1
18 copy b2_1 b2
19
20 puts "Prepare boolean operation ..."
21 bop b1 b2
22
23 puts "Start boolean operation ..."
24 bopfuse result
25 puts "Finish boolean operation ..."
26
27 checkprops result -s 1328.78
28
29 # Analysis of "nbshapes result"
30 checknbshapes result -vertex 37 -edge 39 -wire 4 -face 3 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 84
31 checkview -display result -3d -path ${imagedir}/${test_image}.png