0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_7 / bug30913_1
CommitLineData
115d350e 1puts "========"
2puts "0030913: Invalid result of Fusing slices"
3puts "========"
4puts ""
5
6restore [locate_data_file bug30913_case1.brep] s
7
8bclearobjects
9bcleartools
10set exp [explode s]
11baddobjects s_1
12eval baddtools [lrange $exp 1 end]
13
14# Use gluing Shift option
15bglue 1
16# Avoid History filling
17setfillhistory 0
18
19bfillds
20bbop result 1
21
22checkshape result
23
24unifysamedom result result
25
26checkshape result
27
28checkprops result -s 3.81335e+06 -v 1.39597e+08
29checknbshapes result -vertex 12042 -edge 18169 -wire 6223 -face 6176 -shell 1 -solid 1 -t
30
31if {![regexp "This shape seems to be OK" [bopcheck result]]} {
32 puts "Error: result is a self-intersecting shape"
33}
34
35checkview -display result -2d -path ${imagedir}/${test_image}.png
36
37boptions -default