0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_2 / bug476_3
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 s1 s2
16bopcut result
17
58cf74e0 18checkprops result -s 99.5159
19checkshape result
a4eba920 20checknbshapes result -vertex 12 -edge 19 -wire 9 -face 9 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 52
5747059b 21checkview -display result -2d -path ${imagedir}/${test_image}.png
352ffd73 22