0025423: Incorrect result of splitting some shapes
[occt.git] / tests / bugs / modalg_6 / bug23585
CommitLineData
afa6834b 1puts "============"
2puts "OCC23585"
3puts "============"
4puts ""
5######################################################
6# Boolean Fuse Operation Fails
7######################################################
8
9restore [locate_data_file bug23585a.brep] p
10restore [locate_data_file bug23585b.brep] v
11
12checkshape p
13tolerance p
14
15checkshape v
16tolerance v
17
18bop p v
19bopfuse result
20
21checkprops result -s 14796.8
22
23checkshape result
24
25set nbshapes_expected "
26Number of shapes in result
27 VERTEX : 18
28 EDGE : 30
29 WIRE : 14
30 FACE : 14
31 SHELL : 1
32 SOLID : 1
33 COMPSOLID : 0
34 COMPOUND : 1
35 SHAPE : 79
36"
37checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by Boolean cut operation"
38
39checkview -display result -2d -path ${imagedir}/${test_image}.png