0026233: BRepOffset_MakeOffset makes incorrect result
[occt.git] / tests / bugs / modalg_2 / bug23029
1 puts "============"
2 puts "OCC23029"
3 puts "============"
4 puts ""
5 #######################################################################
6 # split shape algorithm works incorrectly in some cases
7 #######################################################################
8
9 set BugNumber OCC23029
10
11 restore [locate_data_file OCC23029-F.brep] f 
12 restore [locate_data_file OCC23029-W.brep] w 
13
14 checkshape f
15 checkshape w
16
17 splitshape res f f w
18 explode res
19 renamevar res_2 result
20
21 set square 27.3919
22
23 set nb_v_good 5
24 set nb_e_good 5
25 set nb_w_good 1
26 set nb_f_good 1
27 set nb_sh_good 0
28 set nb_sol_good 0
29 set nb_compsol_good 0
30 set nb_compound_good 0
31 set nb_shape_good 12
32
33 set 3dviewer 1
34