0022886: Bug in Boolean
[occt.git] / tests / bugs / modalg_7 / bug27390_1
CommitLineData
340054e1 1puts "========"
2puts "OCC27390"
3puts "========"
4puts ""
5###########################################################################
6# Box and Ellipsoid shape boolean cut and common introduce invalid result.
7###########################################################################
8
9restore [locate_data_file bug27390_Box_Ellipsoid.brep] c
10
11explode c
12
13bcommon result c_1 c_2
14
15checkshape result
16
17checkprops result -s 8206.54
18
19set nbshapes_expected "
20Number of shapes in shape
21 VERTEX : 5
22 EDGE : 9
23 WIRE : 4
24 FACE : 4
25 SHELL : 1
26 SOLID : 1
27 COMPSOLID : 0
28 COMPOUND : 1
29 SHAPE : 25
30"
31checknbshapes result -ref ${nbshapes_expected} -t -m "Boolean operations common"
32
33checkview -display result -3d -path ${imagedir}/${test_image}-3d.png
34checkview -display result -2d -path ${imagedir}/${test_image}-2d.png