Adjusting bugs group for current state of OCCT
[occt.git] / tests / bugs / modalg / bug951_31
1 puts "========="
2 puts " OCC951 "
3 puts "========="
4 puts ""
5 ##################################################
6 ##BRepAlgoAPI_Section and BRepAlgoAPI_Common fail on given shapes
7 ##################################################
8 ## (old topology)
9 ## (common)
10 ## (section)
11 ######################################################
12
13 restore [locate_data_file OCC951_1.brep] b 
14 restore [locate_data_file OCC951_2.brep] a 
15
16 checkshape b
17 checkshape a
18
19 bcommon result a b
20
21 set nb_info [nbshapes result]
22
23 regexp {VERTEX +: +([-0-9.+eE]+)} $nb_info full ve
24 regexp {EDGE +: +([-0-9.+eE]+)} $nb_info full ed
25 regexp {WIRE +: +([-0-9.+eE]+)} $nb_info full wi
26 regexp {FACE +: +([-0-9.+eE]+)} $nb_info full fa
27 regexp {SHELL +: +([-0-9.+eE]+)} $nb_info full sh
28 regexp {SOLID +: +([-0-9.+eE]+)} $nb_info full so
29 regexp {COMPSOLID +: +([-0-9.+eE]+)} $nb_info full cm
30 regexp {COMPOUND +: +([-0-9.+eE]+)} $nb_info full co
31 regexp {SHELL +: +([-0-9.+eE]+)} $nb_info full shl
32
33 if { $ve != 0 || $ed != 0 || $wi != 0 || $fa != 0 || $sh != 0 || $so != 0 || $cm != 0 || $co != 0 || $shl != 0 } {
34     puts  " OCC951 : COMMON operation was made PROPERLY"
35     puts ""
36 } else {
37     puts "Faulty OCC951 : result of COMMON operation is EMPTY compound"
38     puts ""
39 }
40
41 set square 560.908
42 set 3dviewer 1
43