0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_6 / bug26567
1 puts "============"
2 puts "OCC26567"
3 puts "============"
4 puts ""
5 ###############################
6 ## Exception in Boolean intersection command
7 ###############################
8
9 cpulimit 1000
10
11 restore [locate_data_file Bug26567_c0.brep] b1
12 restore [locate_data_file Bug26567_c1.brep] b2
13 restore [locate_data_file Bug26567_c2.brep] b3
14 restore [locate_data_file Bug26567_c3.brep] b4
15
16
17 bclearobjects
18 bcleartools
19 baddobjects b1 b2 b3 b4
20
21 #Exception in bfillds
22 bfillds
23
24 bbop result 4
25
26 set nbshapes_expected "
27 Number 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 "
38 checknbshapes result -ref ${nbshapes_expected} -t -m "result obtained by Common operator"
39 checkview -display result -3d -path ${imagedir}/${test_image}.png