0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_5 / bug23884
1 puts "============"
2 puts "OCC23884"
3 puts "============"
4 puts ""
5 ######################################################
6 # Boolean Fuse between two faces fails
7 ######################################################
8
9 restore [locate_data_file bug23884_fz72] b1
10 restore [locate_data_file bug23884_fz124] b2
11
12 bop b1 b2
13 bopfuse result
14
15 checkprops result -s 2368.48 
16 checkshape result
17 checkview -display result -2d -path ${imagedir}/${test_image}.png
18
19
20
21
22