0023457: Slow text rendering
[occt.git] / tests / bugs / modalg / bug20285_7
1 puts "TODO OCC11111 ALL: Error : The square of result shape is"
2 puts "TODO OCC11111 ALL: Error : Result shape is WRONG"
3
4 puts "============"
5 puts "OCC20285"
6 puts "============"
7 puts ""
8 #######################################################################
9 # SIGFPE Arithmetic exception on MakeCut Appendix for IPAL20277
10 #######################################################################
11
12 set BugNumber OCC20285
13
14 puts "Load first shape ..."
15 restore [locate_data_file OCC20285-main.brep] a1 
16 explode a1
17 renamevar a1_6 b1
18
19 puts "Load second shape ..."
20 restore [locate_data_file OCC20285-tool.brep] b2 
21
22 puts "Prepare boolean operation ..."
23 bop b1 b2
24
25 puts "Start boolean operation ..."
26 bopcommon result
27 puts "Finish boolean operation ..."
28
29 set square 17577
30
31 set nb_v_good 8
32 set nb_e_good 12
33 set nb_w_good 6
34 set nb_f_good 6
35 set nb_sh_good 1
36 set nb_sol_good 1
37 set nb_compsol_good 0
38 set nb_compound_good 1
39 set nb_shape_good 35
40
41
42 set 2dviewer 0