0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_4 / bug6272_5
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
13explode a1
14
15bop a1_1 a1_2
16bopfuse result
17
58cf74e0 18checkprops result -s 6552.67
19checkshape result
61c421bf 20
21# Analysis of "nbshapes res"
a4eba920 22checknbshapes result -vertex 116 -edge 176 -wire 72 -face 70 -shell 5 -solid 5 -compsolid 0 -compound 1 -shape 445
5747059b 23checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 24
25