0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_4 / bug6272_6
CommitLineData
58cf74e0 1puts "TODO OCC22033 ALL: Error : The area of result shape is"
a4eba920 2puts "TODO OCC22033 ALL: Error : is WRONG because number of"
61c421bf 3
4puts "============"
5puts "OCC6272"
6puts "============"
7puts ""
8######################################################
9# Incorrect results of gluing operation
10######################################################
11
12set BugNumber OCC6272
13
14restore [locate_data_file OCC6272_bridge2.brep] a1
15restore [locate_data_file OCC6272_revolution.brep] a2
16
17bop a1 a2
18bopfuse result
19
20# puts "See result in the viewer!!!"
21
58cf74e0 22checkprops result -s 8979.70
23checkshape result
61c421bf 24
25# Analysis of "nbshapes res"
a4eba920 26checknbshapes result -vertex 60 -edge 90 -wire 42 -face 40 -shell 5 -solid 5 -compsolid 0 -compound 1 -shape 243
5747059b 27checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 28