0026938: Boolean operations fail between two ellipsoids
[occt.git] / tests / bugs / modalg_6 / bug26243_1
CommitLineData
577c6f0d 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
58cf74e0 16checkprops result -s 272911
17checkshape result
577c6f0d 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"
5747059b 32checkview -display result -3d -path ${imagedir}/${test_image}.png