0025270: OCCT fails to calculate extrema between extruded surface and line
[occt.git] / tests / bugs / modalg_5 / bug24187
1 puts "============"
2 puts "OCC24187"
3 puts "============"
4 puts ""
5 ###############################################################################################
6 # Wrong result of COMMON operation
7 ###############################################################################################
8
9 box b1 10 10 10
10
11 circle c1 -3 5 2 5
12 circle c2 -3 5 8 5
13 mkedge e1 c1
14 mkedge e2 c2
15 compound e1 e2 b2
16
17 bop b1 b2
18 bopcommon result
19
20 set length 18.5459
21
22 # Analysis of "nbshapes result"
23 set nb_v_good 6
24 set nb_e_good 4
25 set nb_w_good 2
26 set nb_f_good 0
27 set nb_sh_good 0
28 set nb_sol_good 0
29 set nb_compsol_good 0
30 set nb_compound_good 1
31 set nb_shape_good 13
32
33 set 2dviewer 1