0026938: Boolean operations fail between two ellipsoids
[occt.git] / tests / bugs / modalg_1 / bug15850
1 puts "TODO OCC12345 ALL: Error :  is WRONG because number of "
2 puts "============"
3 puts "OCC15850"
4 puts "============"
5 puts ""
6 #######################################################################
7 # Regression in BOP - wrong results for simple shapes with Bspline geometry
8 #######################################################################
9
10 restore [locate_data_file OCC15850_bb.brep] bb
11 restore [locate_data_file OCC15850_bc.brep] bc
12
13 bop bb bc
14 bopcut result
15
16 checkprops result -s 732.453 
17 checkshape result
18 checknbshapes result -vertex 12 -edge 17 -wire 9 -face 7 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 48
19 checkview -display result -2d -path ${imagedir}/${test_image}.png
20