0028499: Checkshape incorrectly reports BRepCheck_NotClosed when gap is covered by...
[occt.git] / tests / bugs / modalg_2 / bug472_3
... / ...
CommitLineData
1puts "TODO OCC25917 ALL: Error : is WRONG because number of "
2puts "========================"
3puts " OCC472 "
4puts "(case 3)"
5puts "========================"
6puts ""
7#####################################################
8## Bad result of Fuse Operation (Cut&Common - bad too). SAM1470 (#2634)
9#####################################################
10restore [locate_data_file OCC472a.brep] b1
11checkshape b1
12
13restore [locate_data_file OCC472b.brep] b2
14checkshape b2
15
16bfuse result b1 b2
17
18checknbshapes result -vertex 66 -edge 107
19
20checkprops result -s 229.516
21checkshape result
22checkview -display result -2d -path ${imagedir}/${test_image}.png
23