Adjusting testing cases for current state of OCCT
[occt.git] / tests / bugs / moddata_1 / bug20823
1 puts "============"
2 puts "OCC20823"
3 puts "============"
4 puts ""
5 #######################################################################
6 # BRepFilletAPI_MakeFillet2d fails to build a chamfer
7 #######################################################################
8
9 set BugNumber OCC20823
10
11 restore [locate_data_file OCC20823.brep] a 
12 mkplane f a
13 explode f e
14
15 if [catch { chfi2d result f f_1 f_2 CDD 10. 10. } ] {
16   puts "Faulty ${BugNumber} : chfi2d is wrong"
17 } else {
18 set length 267.795
19
20 set nb_v_good 4
21 set nb_e_good 3
22 set nb_w_good 1
23 set nb_f_good 1
24 set nb_sh_good 0
25 set nb_sol_good 0
26 set nb_compsol_good 0
27 set nb_compound_good 0
28 set nb_shape_good 9
29
30 }
31
32 set 2dviewer 0
33