0031407: [Regression to 7.3.0] Extrema does not process parallel circles correctly
[occt.git] / tests / bugs / modalg_7 / bug28949_3
1 puts "============"
2 puts "OCC28949"
3 puts "============"
4 puts ""
5 ##############################################################################
6 # BRepOffsetAPI_MakePipe Generated() method produces no result for spine edges
7 ##############################################################################
8
9 restore [locate_data_file OCC1477_bsplinewire_c0.brep] sp
10 restore [locate_data_file OCC1477_profile1_circle.brep] pr 
11 wire pr pr
12
13 mksweep sp
14 addsweep pr -T -R
15 buildsweep q -R -S
16
17 explode sp
18
19 savehistory sweep_hist
20
21 generated r1 sweep_hist sp_1
22 generated r2 sweep_hist sp_2
23
24 checkprops r1 -s 24223.6
25 checkprops r2 -s 11608.3
26
27 explode sp v
28
29 generated r1 sweep_hist sp_1
30 generated r2 sweep_hist sp_2
31 generated r3 sweep_hist sp_3
32
33 checkprops r1 -l 51.1582
34 checknbshapes r2 -edge 5 -face 1
35 checkprops r2 -s 477.306
36 checkprops r3 -l 51.1582
37