0027664: Incomplete intersection curve from the attached shapes
[occt.git] / tests / bugs / modalg_6 / bug26243_2
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 bcut result _model _copy
15
16 checkprops result -s 278545 
17 checkshape result
18
19 set nbshapes_expected "
20 Number of shapes in shape
21  VERTEX    : 146
22  EDGE      : 226
23  WIRE      : 111
24  FACE      : 97
25  SHELL     : 7
26  SOLID     : 7
27  COMPSOLID : 0
28  COMPOUND  : 1
29  SHAPE     : 595
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