0025423: Incorrect result of splitting some shapes
[occt.git] / tests / bugs / modalg_6 / bug26112
CommitLineData
5e18f917 1puts "============"
2puts "OCC26112"
3puts "============"
4puts ""
5###############################
6## Exception is raised during perform of General Fuse operation
7###############################
8
9restore [locate_data_file bug26112_c.brep ] c
10
11explode c
12
13bclearobjects
14bcleartools
15baddobjects c_1
16baddtools c_2
17
18bfillds
19bbuild result
20
58cf74e0 21checkprops result -s 122.7
22checkshape result
5e18f917 23
24set nbshapes_expected "
25Number of shapes in shape
26 VERTEX : 7
27 EDGE : 10
28 WIRE : 5
29 FACE : 4
30 SHELL : 0
31 SOLID : 0
32 COMPSOLID : 0
33 COMPOUND : 1
34 SHAPE : 27
35"
36
37checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by General Fuse operator"
5747059b 38checkview -display result -3d -path ${imagedir}/${test_image}.png