0031407: [Regression to 7.3.0] Extrema does not process parallel circles correctly
[occt.git] / tests / bugs / modalg_7 / bug29496
CommitLineData
7797eb38 1puts "========"
2puts "OCC29496"
3puts "========"
4puts ""
5#################################################
6# No intersection curve between faces if starting points are given
7#################################################
8
9restore [locate_data_file bug29488_shapes.brep] s
10explode s shell
11set i 1
12
13explode s_2 f; copy s_2_27 f1
14explode s_6 f; copy s_6_20 f2
15bsection r$i f1 f2
16checknbshapes r$i -vertex 2 -edge 1
17checkprops r$i -l 2.14991
18
19incr i
20
21explode s_2 f; copy s_2_27 f1
22explode s_7 f; copy s_7_8 f2
23bsection r$i f1 f2
24checknbshapes r$i -vertex 2 -edge 1
25checkprops r$i -l 2.15901
26
27incr i
28
29explode s_3 f; copy s_3_27 f1
30explode s_7 f; copy s_7_8 f2
31bsection r$i f1 f2
32checknbshapes r$i -vertex 2 -edge 1
33checkprops r$i -l 2.15901
34
35incr i
36
37explode s_3 f; copy s_3_27 f1
38explode s_6 f; copy s_6_16 f2
39bsection r$i f1 f2
40checknbshapes r$i -vertex 2 -edge 1
41checkprops r$i -l 2.14991
42
43incr i
44
45explode s_2 f; copy s_2_26 f1
46explode s_7 f; copy s_7_2 f2
47bsection r$i f1 f2
48checknbshapes r$i -vertex 2 -edge 1
49checkprops r$i -l 2.22733
50
51incr i
52
53explode s_3 f; copy s_3_26 f1
54explode s_7 f; copy s_7_2 f2
55bsection r$i f1 f2
56checknbshapes r$i -vertex 2 -edge 1
57checkprops r$i -l 2.22733