0031939: Coding - correction of spelling errors in comments [part 7]
[occt.git] / tests / bugs / modalg_4 / bug6272_76
CommitLineData
61c421bf 1puts "============"
2puts "OCC6272"
3puts "============"
4puts ""
5######################################################
6# Incorrect results of gluing operation
7######################################################
8
9set BugNumber OCC6272
10
11restore [locate_data_file OCC6272_bridge2.brep] a1
12
13#
7b5e532f 14# a1 is compound. It contains a_3, a_5, a_1, a_2, a_4, a_6 solids
61c421bf 15#
16
17explode a1 so
18
19bop a1_2 a1_1
20if { [catch { bopfuse result } ] } {
21 puts "Faulty ${BugNumber}"
22}
23
58cf74e0 24checkprops result -s 2314.14
25checkshape result
5747059b 26checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 27