0028594: Geom2dAPI_Interpolate generated curve is not the same as proe
[occt.git] / tests / bugs / modalg_6 / bug26150_5
CommitLineData
50258e77 1puts "============"
2puts "OCC26150"
3puts "============"
4puts ""
5#########################################################################
6# BRepOffsetAPI_ThruSections doesn't implement history method Generated()
7#########################################################################
8
9polyline w1 -10 -10 0 10 -10 0 10 10 0 -10 10 0 -10 -10 0
10polyline w2 0 -10 20 -10 7 20 10 8 20 0 -10 20
11circle w3 0 0 40 10
12mkedge w3 w3
13wire w3 w3
14vertex v1 0 0 -30
15vertex v2 0 0 70
16
17explode w1
18
19thrusections r 1 1 v1 w1 w2 w3 v2
20
21genthrus r1 w1_1
22genthrus r2 w1_2
23genthrus r3 w1_3
24genthrus r4 w1_4
25
26checknbshapes r1 -face 8
27checkprops r1 -s 1232.78
28checknbshapes r2 -face 12
29checkprops r2 -s 1215.55
30checknbshapes r3 -face 4
31checkprops r3 -s 1155.34
32checknbshapes r4 -face 8
33checkprops r4 -s 1214.91
34
35genthrus r5 v1
36genthrus r6 v2
37
38checknbshapes r5 -edge 32
39checkprops r5 -l 841.334
40checknbshapes r6 -edge 32
41checkprops r6 -l 841.334