|
7 | 7 | joint=Joint(
|
8 | 8 | name="TJoint",
|
9 | 9 | master=Tubular(
|
10 |
| - name="Vertical", |
11 |
| - axis=Axis3D( |
12 |
| - point=Point3D(x=0, y=0, z=-5), vector=Vector3D(x=0, y=0, z=10) |
13 |
| - ), |
14 |
| - diameter=0.5, |
| 10 | + name="Vertical", |
| 11 | + axis=Axis3D( |
| 12 | + point=Point3D(x=0, y=0, z=-5), vector=Vector3D(x=0, y=0, z=10) |
15 | 13 | ),
|
| 14 | + diameter=0.5, |
| 15 | + ), |
16 | 16 | slaves=[
|
17 | 17 | Tubular(
|
18 | 18 | name="Horizontal",
|
19 | 19 | axis=Axis3D(
|
20 |
| - point=Point3D(x=0., y=0.25, z=0), vector=Vector3D(x=0, y=3, z=0) |
| 20 | + point=Point3D(x=0.0, y=0.25, z=0), |
| 21 | + vector=Vector3D(x=0, y=3, z=0), |
21 | 22 | ),
|
22 | 23 | diameter=0.25,
|
23 | 24 | ),
|
|
29 | 30 | joint=Joint(
|
30 | 31 | name="TAngle",
|
31 | 32 | master=Tubular(
|
32 |
| - name="Vertical", |
33 |
| - axis=Axis3D( |
34 |
| - point=Point3D(x=0, y=0, z=-5), vector=Vector3D(x=0, y=0, z=10) |
35 |
| - ), |
36 |
| - diameter=0.5, |
| 33 | + name="Vertical", |
| 34 | + axis=Axis3D( |
| 35 | + point=Point3D(x=0, y=0, z=-5), vector=Vector3D(x=0, y=0, z=10) |
37 | 36 | ),
|
| 37 | + diameter=0.5, |
| 38 | + ), |
38 | 39 | slaves=[
|
39 | 40 | Tubular(
|
40 | 41 | name="Horizontal",
|
41 | 42 | axis=Axis3D(
|
42 |
| - point=Point3D(x=0., y=0.25, z=0), vector=Vector3D(x=0, y=3, z=3) |
| 43 | + point=Point3D(x=0.0, y=0.25, z=0), |
| 44 | + vector=Vector3D(x=0, y=3, z=3), |
43 | 45 | ),
|
44 | 46 | diameter=0.25,
|
45 | 47 | ),
|
|
51 | 53 | joint=Joint(
|
52 | 54 | name="TOffset",
|
53 | 55 | master=Tubular(
|
54 |
| - name="Vertical", |
55 |
| - axis=Axis3D( |
56 |
| - point=Point3D(x=0, y=0, z=-5), vector=Vector3D(x=0, y=0, z=10) |
57 |
| - ), |
58 |
| - diameter=0.5, |
| 56 | + name="Vertical", |
| 57 | + axis=Axis3D( |
| 58 | + point=Point3D(x=0, y=0, z=-5), vector=Vector3D(x=0, y=0, z=10) |
59 | 59 | ),
|
| 60 | + diameter=0.5, |
| 61 | + ), |
60 | 62 | slaves=[
|
61 | 63 | Tubular(
|
62 | 64 | name="Horizontal",
|
|
73 | 75 | joint=Joint(
|
74 | 76 | name="KJoint",
|
75 | 77 | master=Tubular(
|
76 |
| - name="Chord", |
77 |
| - axis=Axis3D( |
78 |
| - point=Point3D(x=0, y=0, z=-5), vector=Vector3D(x=0, y=0, z=10) |
79 |
| - ), |
80 |
| - diameter=0.6, |
| 78 | + name="Chord", |
| 79 | + axis=Axis3D( |
| 80 | + point=Point3D(x=0, y=0, z=-5), vector=Vector3D(x=0, y=0, z=10) |
81 | 81 | ),
|
| 82 | + diameter=0.6, |
| 83 | + ), |
82 | 84 | slaves=[
|
83 | 85 | Tubular(
|
84 | 86 | name="Brace1",
|
|
90 | 92 | Tubular(
|
91 | 93 | name="Brace2",
|
92 | 94 | axis=Axis3D(
|
93 |
| - point=Point3D(x=-0.3, y=0.3, z=1), vector=Vector3D(x=-2, y=2, z=2) |
| 95 | + point=Point3D(x=-0.3, y=0.3, z=1), |
| 96 | + vector=Vector3D(x=-2, y=2, z=2), |
94 | 97 | ),
|
95 | 98 | diameter=0.25,
|
96 | 99 | ),
|
97 | 100 | Tubular(
|
98 | 101 | name="Brace3",
|
99 | 102 | axis=Axis3D(
|
100 |
| - point=Point3D(x=0.3, y=0.3, z=-1), vector=Vector3D(x=2, y=2, z=-2) |
| 103 | + point=Point3D(x=0.3, y=0.3, z=-1), |
| 104 | + vector=Vector3D(x=2, y=2, z=-2), |
101 | 105 | ),
|
102 | 106 | diameter=0.4,
|
103 | 107 | ),
|
104 | 108 | Tubular(
|
105 | 109 | name="Brace4",
|
106 | 110 | axis=Axis3D(
|
107 |
| - point=Point3D(x=-0.3, y=0.3, z=-1), vector=Vector3D(x=-2, y=2, z=-2) |
| 111 | + point=Point3D(x=-0.3, y=0.3, z=-1), |
| 112 | + vector=Vector3D(x=-2, y=2, z=-2), |
108 | 113 | ),
|
109 | 114 | diameter=0.4,
|
110 | 115 | ),
|
|
0 commit comments