0025124: [Feature request] Removal of continuity checks for offset geometries
[occt.git] / tests / bugs / modalg_5 / bug24620
CommitLineData
6f31882a 1puts "============"
2puts "OCC24620"
3puts "============"
4puts ""
5#######################################################################
6# BOPAlgo_CheckerSI returns interferences that are not sub-shapes of the source shape
7#######################################################################
8
9vertex v1 0 0 0
10vertex v2 10 0 0
11vertex v3 4 -5 0
12vertex v4 4 5 0
13edge e1 v1 v2
14edge e2 v3 v4
15compound e1 e2 b1
16
17bopcheck b1
18
19compound x0 x1 b1 result
20
21set nb_v_good 4
22set nb_e_good 2
23set nb_w_good 0
24set nb_f_good 0
25set nb_sh_good 0
26set nb_sol_good 0
27set nb_compsol_good 0
28set nb_compound_good 2
29set nb_shape_good 8
30
31set 2dviewer 1