Integration part of tests of grid chl
[occt.git] / tests / bugs / moddata / bug160_6
CommitLineData
0e94a94e 1puts "TODO OCC12345 ALL: Error : the resulting shape is unclosed!!!"
2
3puts "========================"
4puts "BUC60775"
5puts "OCC160"
6puts "(CUT: B and A)"
7puts "========================"
8
9restore [locate_data_file buc60775a.brep] a
10puts [checkshape a]
11restore [locate_data_file buc60775b.brep] b
12puts [checkshape b]
13
14bcut result b a
15puts [checkshape result]
16
17set nf [llength [explode result f]]
18if {$nf < 6} {
19 puts "Error : the resulting shape is unclosed!!!"
20}
21
22set check_square 1
23set square 247636
24set 2dviewer 0
25
26