0026607: Wrong value of area.
[occt.git] / tests / bugs / modalg_1 / buc60788_3
CommitLineData
a87752f3 1puts "========"
2puts "BUC60788"
3puts "case 2"
4puts "========"
5
6#restore Common_Shell_Case2.brep S1
7#restore Common_Solid_Case2.brep S2
8
9restore [locate_data_file buc60788c.brep] S1
352ffd73 10checkshape S1
a87752f3 11restore [locate_data_file buc60787b.brep] S2
352ffd73 12checkshape S1
a87752f3 13
14bcommon result S1 S2
15
16set nb_info [nbshapes result]
17regexp {COMPOUND +: +([-0-9.+eE]+)} $nb_info full err
18regexp {SHELL +: +([-0-9.+eE]+)} $nb_info full err1
19
4e57c75e 20if { $err != 1 || $err1 != 1} {
a87752f3 21 puts "Faulty : result should be a shell, but not a compound of faces"
22} else {
23 puts "BUC60788 - OK"
24}
4e57c75e 25set square 45000
a87752f3 26set 2dviewer 0