Adding testing cases from chl group
[occt.git] / tests / bugs / moddata / bug160_3
CommitLineData
0e94a94e 1
2puts "========================"
3puts "BUC60775"
4puts "OCC160"
5puts "(FUSE: A and B)"
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
13bfuse result a b
352ffd73 14checkshape result
0e94a94e 15
16set nf [llength [explode result f]]
17
18if {$nf < 6} {
19 puts "Error : the resulting shape is unclosed!!!"
20}
21
0e94a94e 22set square 328116
23set 2dviewer 0
24
25