0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_6 / bug26567
CommitLineData
6bf8a928 1puts "============"
2puts "OCC26567"
3puts "============"
4puts ""
5###############################
6## Exception in Boolean intersection command
7###############################
8
9cpulimit 1000
10
11restore [locate_data_file Bug26567_c0.brep] b1
12restore [locate_data_file Bug26567_c1.brep] b2
13restore [locate_data_file Bug26567_c2.brep] b3
14restore [locate_data_file Bug26567_c3.brep] b4
15
16
17bclearobjects
18bcleartools
19baddobjects b1 b2 b3 b4
20
21#Exception in bfillds
22bfillds
23
24bbop result 4
25
26set nbshapes_expected "
27Number of shapes in shape
28 VERTEX : 19228
29 EDGE : 31600
30 WIRE : 0
31 FACE : 0
32 SHELL : 0
33 SOLID : 0
34 COMPSOLID : 0
35 COMPOUND : 1
36 SHAPE : 50829
37"
38checknbshapes result -ref ${nbshapes_expected} -t -m "result obtained by Common operator"
5747059b 39checkview -display result -3d -path ${imagedir}/${test_image}.png