0026938: Boolean operations fail between two ellipsoids
[occt.git] / tests / bugs / modalg_1 / bug18186
1 puts "============"
2 puts "OCC18186"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Boolean operation algo fails
7 #######################################################################
8
9 restore [locate_data_file OCC18186_r3.brep] bb
10 restore [locate_data_file OCC18186_Tool2.brep] bc
11
12 bop bb bc
13 bopcut result
14
15 checkprops result -s 308374 
16 checkshape result
17 checknbshapes result -vertex 43 -edge 68 -wire 27 -face 27 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 168
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19