0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / moddata_1 / bug160_2
CommitLineData
0e94a94e 1
2puts "========================"
3puts "BUC60775"
4puts "OCC160"
5puts "(COMMON: B and A)"
6puts "========================"
7
8restore [locate_data_file buc60775a.brep] a
352ffd73 9checkshape a
0e94a94e 10restore [locate_data_file buc60775b.brep] b
352ffd73 11checkshape b
0e94a94e 12
13bcommon result b a
352ffd73 14checkshape result
0e94a94e 15
16set nf [llength [explode result f]]
17if {$nf < 6} {
18 puts "Error : the resulting shape is unclosed!!!"
19}
20
58cf74e0 21checkprops result -s 94067.7
5747059b 22checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 23