0026342: No materials are read from STEP
[occt.git] / tests / bugs / moddata_1 / 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
352ffd73 10checkshape a
0e94a94e 11restore [locate_data_file buc60775b.brep] b
352ffd73 12checkshape b
0e94a94e 13
14bcut result b a
352ffd73 15checkshape result
0e94a94e 16
17set nf [llength [explode result f]]
18if {$nf < 6} {
19 puts "Error : the resulting shape is unclosed!!!"
20}
21
0e94a94e 22set square 247636
23set 2dviewer 0
24
25