0026855: Draw commands to debug Boolean Operations Algorithm
[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
16set square 278545
17
18set nbshapes_expected "
19Number of shapes in shape
20 VERTEX : 146
21 EDGE : 226
22 WIRE : 111
23 FACE : 97
24 SHELL : 7
25 SOLID : 7
26 COMPSOLID : 0
27 COMPOUND : 1
28 SHAPE : 595
29"
30checknbshapes result -ref ${nbshapes_expected} -t -m "Boolean operations on shapes with fillets"
31
32set 3dviewer 1