0025449: Excess vertex in result of General Fuse operation.
[occt.git] / tests / bugs / modalg_5 / bug25292_24
CommitLineData
02effd35 1puts "TODO OCC225404 Debian60-64 Windows: Error : Result shape is WRONG because it must contains 11 vertices instead of 10"
2puts "TODO OCC225404 Debian60-64 Windows: Error : Result shape is WRONG because it must contains 20 edges instead of 19"
3puts "TODO OCC225404 Debian60-64 Windows: Error : Result shape is WRONG because it must contains 64 shapes instead of 62"
4
5
6puts "================"
7puts "OCC25292"
8puts "================"
9puts ""
10#######################################################################
11# Face/Face intersection algorithm gives different results for different order of the arguments
12#######################################################################
13
14# Boolean operations
15
16restore [locate_data_file bug25292_Input_3.brep] b1
17restore [locate_data_file bug25292_Input_11.brep] b2
18
19bclearobjects
20bcleartools
21
22#################
23baddobjects b2 b1
24#################
25
26bfillds
27bbuild result
28
29set square 31.6797
30
31set nb_v_good 11
32set nb_e_good 20
33set nb_w_good 13
34set nb_f_good 13
35set nb_sh_good 3
36set nb_sol_good 3
37set nb_compsol_good 0
38set nb_compound_good 1
39set nb_shape_good 64
40
41set 3dviewer 1