1puts "============" 2puts "OCC26243" 3puts "============" 4puts "" 5###################################################### 6# Boolean operations failed on shapes with fillets 7###################################################### 8 9restore [locate_data_file bug26243_anc101.brep] _model 10 11tcopy _model _copy 12trotate _copy 155. 100.75 0 0 0 1 90 13 14bcommon result _model _copy 15 16checkprops result -s 272911 17checkshape result 18 19set nbshapes_expected " 20Number of shapes in shape 21 VERTEX : 151 22 EDGE : 233 23 WIRE : 106 24 FACE : 94 25 SHELL : 1 26 SOLID : 1 27 COMPSOLID : 0 28 COMPOUND : 1 29 SHAPE : 587 30" 31checknbshapes result -ref ${nbshapes_expected} -t -m "Boolean operations on shapes with fillets" 32checkview -display result -3d -path ${imagedir}/${test_image}.png 33