Adding test cases for chl grid
[occt.git] / tests / bugs / modalg / buc60787_2
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty : result should be a shell, but not a compound of faces"
2puts "TODO OCC12345 ALL: Error : The square of result shape is"
3
4puts "========"
5puts "BUC60787"
6puts "BUC60783"
7puts "========"
8
9#restore Cut_Shell_Case2.brep S1
10#restore Cut_Solid_Case2.brep S2
11
12restore [locate_data_file buc60787c.brep] S1
352ffd73 13checkshape S1
a87752f3 14restore [locate_data_file buc60787d.brep] S2
352ffd73 15checkshape S2
a87752f3 16
17bcut result S1 S2
18
19set nb_info [nbshapes result]
20regexp {COMPOUND +: +([-0-9.+eE]+)} $nb_info full err
21regexp {SHELL +: +([-0-9.+eE]+)} $nb_info full err1
22
23if { $err != 0 || $err1 != 1} {
24 puts "Faulty : result should be a shell, but not a compound of faces"
25} else {
26 puts "BUC60787 - OK"
27}
28set square 0
29set 2dviewer 0