0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_6 / bug26098
CommitLineData
681cfe76 1puts "============"
2puts "OCC26098"
3puts "============"
4puts ""
5###############################
6## The result of General Fuse operation is self-interfered shape
7###############################
8
9restore [locate_data_file bug26098_c.brep ] c
10
11explode c
12
13bclearobjects
14bcleartools
15baddobjects c_1
16baddtools c_2 c_3 c_4 c_5
17
18bfillds
19bbuild result
20
21set info [bopcheck result]
22
23if { [regexp "This shape seems to be OK" ${info}] != 1 } {
24 puts "Error : The result of General Fuse operation is self-interfered shape"
25}
26
58cf74e0 27checkprops result -s 173.444
28checkshape result
681cfe76 29
30set nbshapes_expected "
31Number of shapes in shape
32 VERTEX : 230
33 EDGE : 400
34 WIRE : 196
35 FACE : 185
36 SHELL : 20
37 SOLID : 20
38 COMPSOLID : 0
39 COMPOUND : 1
40 SHAPE : 1052
41"
42
43checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by General Fuse operator"
5747059b 44checkview -display result -3d -path ${imagedir}/${test_image}.png