0028802: The tolerance reached by approximator is used in creation of an edge, it...
[occt.git] / tests / bugs / modalg_6 / bug26150_3
1 puts "============"
2 puts "OCC26150"
3 puts "============"
4 puts ""
5 #########################################################################
6 # BRepOffsetAPI_ThruSections doesn't implement history method Generated()
7 #########################################################################
8
9 polyline w1 -10 -10 0  10 -10 0  10 10 0  -10 10 0  -10 -10 0
10 polyline w2 0 -10 20  -10 7 20  10 8 20  0 -10 20
11 circle w3 0 0 40  10
12 mkedge w3 w3
13 wire w3 w3
14
15 explode w1
16 explode w2
17 explode w3
18
19 thrusections r 1 0 w1 w2 w3
20
21 genthrus r1 w1_1
22 genthrus r2 w1_2
23 genthrus r3 w1_3
24 genthrus r4 w1_4
25 genthrus r5 w2_1
26 genthrus r6 w2_2
27 genthrus r7 w2_3
28 genthrus r8 w3_1
29
30 checknbshapes r1 -face 2
31 checkprops r1 -s 679.305
32 checknbshapes r2 -face 3
33 checkprops r2 -s 649.975
34 checknbshapes r3 -face 1
35 checkprops r3 -s 554.732
36 checknbshapes r4 -face 2
37 checkprops r4 -s 648.481
38 checknbshapes r5 -face 2
39 checkprops r5 -s 828.494
40 checknbshapes r6 -face 3
41 checkprops r6 -s 837.872
42 checknbshapes r7 -face 3
43 checkprops r7 -s 866.128
44 checknbshapes r8 -face 8
45 checkprops r8 -s 2532.49
46
47 explode w1 v
48 explode w2 v
49 explode w3 v
50
51 genthrus r9 w1_1
52 genthrus r10 w1_2
53 genthrus r11 w1_3
54 genthrus r12 w1_4
55 genthrus r13 w2_1
56 genthrus r14 w2_2
57 genthrus r15 w2_3
58 genthrus r16 w3_1
59
60 checknbshapes r9 -edge 1
61 checkprops r9 -l 43.4094
62 checknbshapes r10 -edge 1
63 checkprops r10 -l 43.6285
64 checknbshapes r11 -edge 1
65 checkprops r11 -l 40.596
66 checknbshapes r12 -edge 1
67 checkprops r12 -l 40.9228
68 checknbshapes r13 -edge 1
69 checkprops r13 -l 40.0003
70 checknbshapes r14 -edge 1
71 checkprops r14 -l 40.3103
72 checknbshapes r15 -edge 1
73 checkprops r15 -l 40.3794
74 checknbshapes r16 -edge 1
75 checkprops r16 -l 40.9892