0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_2 / bug476_2
CommitLineData
352ffd73 1puts "============"
2puts "OCC476"
3puts "============"
4puts ""
5######################################################
6# Regression on reading e3i files with respect of OCC30 and OCC40
7######################################################
8
9restore [locate_data_file OCC485b.brep] s1
10restore [locate_data_file OCC485a.brep] s2
11
12checkshape s1
13checkshape s2
14
15bop s2 s1
16bopfuse result
17
58cf74e0 18checkprops result -s 9333.96
19checkshape result
a4eba920 20checknbshapes result -vertex 16 -edge 26 -wire 11 -face 11 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 67
5747059b 21checkview -display result -2d -path ${imagedir}/${test_image}.png
352ffd73 22