0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_6 / bug26243_3
1 puts "============"
2 puts "OCC26243"
3 puts "============"
4 puts ""
5 ######################################################
6 # Boolean operations failed on shapes with fillets
7 ######################################################
8
9 restore [locate_data_file bug26243_anc101.brep] _model
10
11 tcopy _model _copy
12 trotate _copy 155. 100.75 0 0 0 1 90
13
14 bfuse result _model _copy
15
16 checkprops result -s 606195 
17 checkshape result
18
19 set nbshapes_expected "
20 Number of shapes in shape
21  VERTEX    : 309
22  EDGE      : 499
23  WIRE      : 248
24  FACE      : 209
25  SHELL     : 1
26  SOLID     : 1
27  COMPSOLID : 0
28  COMPOUND  : 1
29  SHAPE     : 1268
30 "
31 checknbshapes result -ref ${nbshapes_expected} -t -m "Boolean operations on shapes with fillets"
32 checkview -display result -3d -path ${imagedir}/${test_image}.png