Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / modalg_4 / bug6277
CommitLineData
61c421bf 1puts "TODO OCC11111 ALL: Error : Result shape is WRONG"
2
3puts "============"
4puts "OCC6277"
5puts "============"
6puts ""
7######################################################
8# Cut operation does not produce any result
9######################################################
10
11set BugNumber OCC6277
12
13restore [locate_data_file OCC6277_A.brep] s1
14restore [locate_data_file OCC6277_B.brep] s2
15
16decho off
17set che_s1 [checkshape s1]
18set che_s2 [checkshape s2]
19decho on
20if { [regexp {Faulty} $che_s1] } {
21 puts "Faulty ${BugNumber} : checkshape is wrong for s1"
22}
23
24if { [regexp {Faulty} $che_s2] } {
25 puts "Faulty ${BugNumber} : checkshape is wrong for s2"
26}
27
28bcut result s1 s2
29
30set square 40084.9
31
32set nb_v_good 23
33set nb_e_good 34
34set nb_w_good 19
35set nb_f_good 14
36set nb_sh_good 1
37set nb_sol_good 1
38set nb_compsol_good 0
39set nb_compound_good 1
40set nb_shape_good 93
41
42set 2dviewer 0
43