0027045: firsthole & holend commands work incorrectly
[occt.git] / tests / bugs / modalg_6 / bug26243_2
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
14bcut result _model _copy
15
58cf74e0 16checkprops result -s 278545
17checkshape result
577c6f0d 18
19set nbshapes_expected "
20Number 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"
31checknbshapes result -ref ${nbshapes_expected} -t -m "Boolean operations on shapes with fillets"
32
33set 3dviewer 1