designix 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/.eslintignore +17 -0
  2. package/.eslintrc.cjs +24 -0
  3. package/.prettierignore +15 -0
  4. package/.prettierrc +8 -0
  5. package/README.md +27 -0
  6. package/export_svg/base.svg +1 -0
  7. package/export_svg/base_cut.svg +1 -0
  8. package/export_svg/base_hollow.svg +1 -0
  9. package/export_svg/base_top.svg +1 -0
  10. package/export_svg/calculation_of_initAngle2.svg +1 -0
  11. package/export_svg/circles.svg +1 -0
  12. package/export_svg/circles_amplitude-offset.svg +1 -0
  13. package/export_svg/circles_amplitude-scale.svg +1 -0
  14. package/export_svg/circles_angle.svg +1 -0
  15. package/export_svg/default_param_blank.svg +1 -0
  16. package/export_svg/dummy_pole_static.svg +1 -0
  17. package/export_svg/dummy_pole_static_face.svg +1 -0
  18. package/export_svg/gear_addendeum_dedendum_sizes.svg +9 -0
  19. package/export_svg/gear_addendum_and_dedendum.svg +1 -0
  20. package/export_svg/gear_adherence_replaced_by_teeth.svg +1 -0
  21. package/export_svg/gear_base_circle_for_involute.svg +2 -0
  22. package/export_svg/gear_base_left_circle_for_involute.svg +2 -0
  23. package/export_svg/gear_base_right_circle_for_involute.svg +2 -0
  24. package/export_svg/gear_inter_axis_maximum_distance.svg +1 -0
  25. package/export_svg/gear_inter_axis_minimum_distance.svg +1 -0
  26. package/export_svg/gear_large_base_radius.svg +5 -0
  27. package/export_svg/gear_module_and_tooth_thickness.svg +3 -0
  28. package/export_svg/gear_optimum_base_radius.svg +5 -0
  29. package/export_svg/gear_optimum_base_radius_with_longer_inter_axis.svg +5 -0
  30. package/export_svg/gear_right_left_base_circles.svg +1 -0
  31. package/export_svg/gear_small_base_radius.svg +5 -0
  32. package/export_svg/gear_wheel_circles.svg +2 -0
  33. package/export_svg/gears.svg +71 -0
  34. package/export_svg/gears_motion_transmission_via_adherence.svg +1 -0
  35. package/export_svg/heliostat.svg +1 -0
  36. package/export_svg/heliostat2_face_sizing.svg +1 -0
  37. package/export_svg/heliostat2_side_sizing.svg +1 -0
  38. package/export_svg/heliostat_face_sizing.svg +1 -0
  39. package/export_svg/heliostat_overview.svg +1 -0
  40. package/export_svg/heliostat_side.svg +1 -0
  41. package/export_svg/heliostat_side_sizing.svg +1 -0
  42. package/export_svg/involute_of_circle.svg +19 -0
  43. package/export_svg/involute_of_circle_R0.svg +1 -0
  44. package/export_svg/involute_of_circle_Ri1_u0.svg +1 -0
  45. package/export_svg/involute_of_circle_Ri2_u2.svg +1 -0
  46. package/export_svg/left_side_angle_kitchen.svg +1 -0
  47. package/export_svg/negative_involute_of_circle_R0.svg +1 -0
  48. package/export_svg/point_c_position_and_speed_negative.svg +1 -0
  49. package/export_svg/point_c_position_and_speed_positive.svg +1 -0
  50. package/export_svg/pole_rotor.svg +1 -0
  51. package/export_svg/pole_rotor_cut.svg +1 -0
  52. package/export_svg/pole_rotor_ends.svg +1 -0
  53. package/export_svg/pole_stator.svg +3 -0
  54. package/export_svg/pole_stator_E2.svg +3 -0
  55. package/export_svg/pole_stator_bottom.svg +1 -0
  56. package/export_svg/pole_stator_cut.svg +1 -0
  57. package/export_svg/pole_stator_face.svg +1 -0
  58. package/export_svg/pole_stator_right.svg +1 -0
  59. package/export_svg/rake.svg +1 -0
  60. package/export_svg/rake_door.svg +1 -0
  61. package/export_svg/rake_face.svg +1 -0
  62. package/export_svg/rake_side.svg +1 -0
  63. package/export_svg/rake_side_stopper.svg +1 -0
  64. package/export_svg/rake_top.svg +1 -0
  65. package/export_svg/rake_top_stopper.svg +1 -0
  66. package/export_svg/rectangle.svg +1 -0
  67. package/export_svg/rectangle_height.svg +1 -0
  68. package/export_svg/rectangle_width.svg +1 -0
  69. package/export_svg/right_side_angle_kitchen.svg +1 -0
  70. package/export_svg/rod.svg +1 -0
  71. package/export_svg/rod_cut.svg +1 -0
  72. package/export_svg/rod_plate.svg +1 -0
  73. package/export_svg/rod_top.svg +1 -0
  74. package/export_svg/spider.svg +1 -0
  75. package/export_svg/spider_lateral.svg +1 -0
  76. package/export_svg/spider_profile.svg +1 -0
  77. package/export_svg/surface.svg +3 -0
  78. package/export_svg/surface_crenel.svg +1 -0
  79. package/export_svg/surface_extremities.svg +2 -0
  80. package/export_svg/surface_lz.svg +1 -0
  81. package/export_svg/surface_main.svg +1 -0
  82. package/export_svg/surface_power.svg +2 -0
  83. package/export_svg/surface_space_evolution.svg +1 -0
  84. package/export_svg/surface_space_shape.svg +1 -0
  85. package/export_svg/swing.svg +1 -0
  86. package/export_svg/swing_face.svg +1 -0
  87. package/export_svg/swing_side.svg +1 -0
  88. package/export_svg/swing_top.svg +1 -0
  89. package/export_svg/swing_with_rod.svg +1 -0
  90. package/export_svg/trapeze.svg +1 -0
  91. package/export_svg/trapeze_rod.svg +1 -0
  92. package/export_svg/trapeze_side.svg +1 -0
  93. package/export_svg/trapeze_top.svg +1 -0
  94. package/export_svg/verify_contour_1.svg +1 -0
  95. package/export_svg/verify_contour_1_l1.svg +1 -0
  96. package/export_svg/verify_contour_1_r1.svg +1 -0
  97. package/export_svg/verify_line.svg +1 -0
  98. package/export_svg/verify_line_2_l1cx.svg +1 -0
  99. package/export_svg/verify_line_p1x.svg +1 -0
  100. package/export_svg/verify_point.svg +1 -0
  101. package/export_svg/verify_point_p1x.svg +1 -0
  102. package/export_svg/verify_vector_p1x.svg +1 -0
  103. package/package.json +76 -0
  104. package/src/dummy/circles.ts +65 -0
  105. package/src/dummy/pole_static.ts +86 -0
  106. package/src/dummy/rectangle.ts +55 -0
  107. package/src/dummy/svg/circles.svg +288 -0
  108. package/src/dummy/svg/circles_amplitude-offset.svg +109 -0
  109. package/src/dummy/svg/circles_amplitude-scale.svg +122 -0
  110. package/src/dummy/svg/circles_angle.svg +110 -0
  111. package/src/dummy/svg/dummy_pole_static.svg +192 -0
  112. package/src/dummy/svg/dummy_pole_static_face.svg +176 -0
  113. package/src/dummy/svg/rectangle.svg +131 -0
  114. package/src/dummy/svg/rectangle_height.svg +82 -0
  115. package/src/dummy/svg/rectangle_width.svg +81 -0
  116. package/src/gears/gearWheelProfile.test.ts +25 -0
  117. package/src/gears/gearWheelProfile.ts +753 -0
  118. package/src/gears/gear_wheel_wheel.ts +335 -0
  119. package/src/gears/involute.test.ts +21 -0
  120. package/src/gears/involute.ts +113 -0
  121. package/src/gears/simplified_gear_wheel.ts +242 -0
  122. package/src/gears/svg/calculation_of_initAngle2.svg +376 -0
  123. package/src/gears/svg/gear_addendeum_dedendum_sizes.svg +471 -0
  124. package/src/gears/svg/gear_addendum_and_dedendum.svg +269 -0
  125. package/src/gears/svg/gear_adherence_replaced_by_teeth.svg +168 -0
  126. package/src/gears/svg/gear_base_circle_for_involute.svg +376 -0
  127. package/src/gears/svg/gear_base_left_circle_for_involute.svg +556 -0
  128. package/src/gears/svg/gear_base_right_circle_for_involute.svg +516 -0
  129. package/src/gears/svg/gear_inter_axis_maximum_distance.svg +218 -0
  130. package/src/gears/svg/gear_inter_axis_minimum_distance.svg +218 -0
  131. package/src/gears/svg/gear_large_base_radius.svg +199 -0
  132. package/src/gears/svg/gear_module_and_tooth_thickness.svg +319 -0
  133. package/src/gears/svg/gear_optimum_base_radius.svg +232 -0
  134. package/src/gears/svg/gear_optimum_base_radius_with_longer_inter_axis.svg +344 -0
  135. package/src/gears/svg/gear_right_left_base_circles.svg +295 -0
  136. package/src/gears/svg/gear_small_base_radius.svg +163 -0
  137. package/src/gears/svg/gear_wheel_circles.svg +348 -0
  138. package/src/gears/svg/gears.svg +4726 -0
  139. package/src/gears/svg/gears_motion_transmission_via_adherence.svg +178 -0
  140. package/src/gears/svg/involute_of_circle.svg +2745 -0
  141. package/src/gears/svg/involute_of_circle_R0.svg +334 -0
  142. package/src/gears/svg/involute_of_circle_Ri1_u0.svg +297 -0
  143. package/src/gears/svg/involute_of_circle_Ri2_u2.svg +386 -0
  144. package/src/gears/svg/left_side_angle_kitchen.svg +207 -0
  145. package/src/gears/svg/negative_involute_of_circle_R0.svg +381 -0
  146. package/src/gears/svg/point_c_position_and_speed_negative.svg +343 -0
  147. package/src/gears/svg/point_c_position_and_speed_positive.svg +339 -0
  148. package/src/gears/svg/right_side_angle_kitchen.svg +201 -0
  149. package/src/gears/wheelElements.test.ts +13 -0
  150. package/src/gears/wheelElements.ts +176 -0
  151. package/src/geometrix_verification/svg/verify_contour_1.svg +320 -0
  152. package/src/geometrix_verification/svg/verify_contour_1_l1.svg +102 -0
  153. package/src/geometrix_verification/svg/verify_contour_1_r1.svg +170 -0
  154. package/src/geometrix_verification/svg/verify_line.svg +845 -0
  155. package/src/geometrix_verification/svg/verify_line_2_l1cx.svg +274 -0
  156. package/src/geometrix_verification/svg/verify_line_p1x.svg +261 -0
  157. package/src/geometrix_verification/svg/verify_point.svg +350 -0
  158. package/src/geometrix_verification/svg/verify_point_p1x.svg +258 -0
  159. package/src/geometrix_verification/svg/verify_vector_p1x.svg +282 -0
  160. package/src/geometrix_verification/verify_contour_1.ts +94 -0
  161. package/src/geometrix_verification/verify_contour_2.ts +267 -0
  162. package/src/geometrix_verification/verify_contour_3.ts +409 -0
  163. package/src/geometrix_verification/verify_contour_4.ts +91 -0
  164. package/src/geometrix_verification/verify_exports_1.ts +95 -0
  165. package/src/geometrix_verification/verify_line.ts +76 -0
  166. package/src/geometrix_verification/verify_line_2.ts +76 -0
  167. package/src/geometrix_verification/verify_line_3.ts +64 -0
  168. package/src/geometrix_verification/verify_point.ts +62 -0
  169. package/src/geometrix_verification/verify_point_2.ts +66 -0
  170. package/src/geometrix_verification/verify_vector.ts +70 -0
  171. package/src/heliostat/base.ts +254 -0
  172. package/src/heliostat/heliostat.ts +317 -0
  173. package/src/heliostat/heliostat_2.ts +284 -0
  174. package/src/heliostat/pole_rotor.ts +165 -0
  175. package/src/heliostat/pole_static.ts +275 -0
  176. package/src/heliostat/rake.ts +486 -0
  177. package/src/heliostat/rake_stopper.ts +409 -0
  178. package/src/heliostat/rod.ts +200 -0
  179. package/src/heliostat/spider.ts +238 -0
  180. package/src/heliostat/surface.ts +320 -0
  181. package/src/heliostat/svg/base.svg +1367 -0
  182. package/src/heliostat/svg/base_cut.svg +459 -0
  183. package/src/heliostat/svg/base_hollow.svg +469 -0
  184. package/src/heliostat/svg/base_top.svg +338 -0
  185. package/src/heliostat/svg/heliostat.svg +8013 -0
  186. package/src/heliostat/svg/heliostat2_face_sizing.svg +1386 -0
  187. package/src/heliostat/svg/heliostat2_side_sizing.svg +984 -0
  188. package/src/heliostat/svg/heliostat_face_sizing.svg +1448 -0
  189. package/src/heliostat/svg/heliostat_overview.svg +1552 -0
  190. package/src/heliostat/svg/heliostat_side.svg +1470 -0
  191. package/src/heliostat/svg/heliostat_side_sizing.svg +1128 -0
  192. package/src/heliostat/svg/pole_rotor.svg +592 -0
  193. package/src/heliostat/svg/pole_rotor_cut.svg +287 -0
  194. package/src/heliostat/svg/pole_rotor_ends.svg +336 -0
  195. package/src/heliostat/svg/pole_stator.svg +1945 -0
  196. package/src/heliostat/svg/pole_stator_E2.svg +410 -0
  197. package/src/heliostat/svg/pole_stator_bottom.svg +330 -0
  198. package/src/heliostat/svg/pole_stator_cut.svg +465 -0
  199. package/src/heliostat/svg/pole_stator_face.svg +457 -0
  200. package/src/heliostat/svg/pole_stator_right.svg +357 -0
  201. package/src/heliostat/svg/rake.svg +4691 -0
  202. package/src/heliostat/svg/rake_door.svg +617 -0
  203. package/src/heliostat/svg/rake_face.svg +1211 -0
  204. package/src/heliostat/svg/rake_side.svg +809 -0
  205. package/src/heliostat/svg/rake_side_stopper.svg +596 -0
  206. package/src/heliostat/svg/rake_top.svg +514 -0
  207. package/src/heliostat/svg/rake_top_stopper.svg +565 -0
  208. package/src/heliostat/svg/rod.svg +1314 -0
  209. package/src/heliostat/svg/rod_cut.svg +265 -0
  210. package/src/heliostat/svg/rod_plate.svg +409 -0
  211. package/src/heliostat/svg/rod_top.svg +577 -0
  212. package/src/heliostat/svg/spider.svg +693 -0
  213. package/src/heliostat/svg/spider_lateral.svg +222 -0
  214. package/src/heliostat/svg/spider_profile.svg +429 -0
  215. package/src/heliostat/svg/surface.svg +3577 -0
  216. package/src/heliostat/svg/surface_crenel.svg +1335 -0
  217. package/src/heliostat/svg/surface_extremities.svg +510 -0
  218. package/src/heliostat/svg/surface_lz.svg +182 -0
  219. package/src/heliostat/svg/surface_main.svg +366 -0
  220. package/src/heliostat/svg/surface_power.svg +331 -0
  221. package/src/heliostat/svg/surface_space_evolution.svg +210 -0
  222. package/src/heliostat/svg/surface_space_shape.svg +98 -0
  223. package/src/heliostat/svg/swing.svg +3310 -0
  224. package/src/heliostat/svg/swing_face.svg +902 -0
  225. package/src/heliostat/svg/swing_side.svg +574 -0
  226. package/src/heliostat/svg/swing_top.svg +923 -0
  227. package/src/heliostat/svg/swing_with_rod.svg +547 -0
  228. package/src/heliostat/svg/trapeze.svg +1711 -0
  229. package/src/heliostat/svg/trapeze_rod.svg +122 -0
  230. package/src/heliostat/svg/trapeze_side.svg +361 -0
  231. package/src/heliostat/svg/trapeze_top.svg +1057 -0
  232. package/src/heliostat/swing.ts +246 -0
  233. package/src/heliostat/trapeze.ts +510 -0
  234. package/src/index.ts +33 -0
  235. package/src/svg/default_param_blank.svg +40 -0
  236. package/tsconfig.json +13 -0
  237. package/vitest.config.ts +7 -0
@@ -0,0 +1,592 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="600"
6
+ height="3000"
7
+ viewBox="0 0 158.75 793.75"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3 (1:1.3+202307231459+0e150ed6c4)"
11
+ sodipodi:docname="pole_rotor.svg"
12
+ inkscape:export-filename="pole_rotor_cut.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview1"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ inkscape:zoom="1.0583333"
30
+ inkscape:cx="253.7008"
31
+ inkscape:cy="349.60631"
32
+ inkscape:window-width="1370"
33
+ inkscape:window-height="836"
34
+ inkscape:window-x="0"
35
+ inkscape:window-y="0"
36
+ inkscape:window-maximized="1"
37
+ inkscape:current-layer="layer1" />
38
+ <defs
39
+ id="defs1">
40
+ <rect
41
+ x="233.24606"
42
+ y="47.292551"
43
+ width="44.299477"
44
+ height="21.097063"
45
+ id="rect9" />
46
+ <rect
47
+ x="232.3861"
48
+ y="422.66029"
49
+ width="31.102085"
50
+ height="21.099673"
51
+ id="rect7" />
52
+ <rect
53
+ x="44.167692"
54
+ y="340.13325"
55
+ width="33.631482"
56
+ height="34.846454"
57
+ id="rect6" />
58
+ <rect
59
+ x="68.4578"
60
+ y="268.91855"
61
+ width="42.822343"
62
+ height="26.822096"
63
+ id="rect5" />
64
+ <rect
65
+ x="416.93283"
66
+ y="216.01624"
67
+ width="66.5219"
68
+ height="54.076033"
69
+ id="rect4" />
70
+ <marker
71
+ style="overflow:visible"
72
+ id="RoundedArrow"
73
+ refX="0"
74
+ refY="0"
75
+ orient="auto-start-reverse"
76
+ inkscape:stockid="Rounded arrow"
77
+ markerWidth="1"
78
+ markerHeight="1"
79
+ viewBox="0 0 1 1"
80
+ inkscape:isstock="true"
81
+ inkscape:collect="always"
82
+ preserveAspectRatio="xMidYMid">
83
+ <path
84
+ transform="scale(0.7)"
85
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
86
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
87
+ id="path8" />
88
+ </marker>
89
+ <rect
90
+ x="19.311024"
91
+ y="17.982283"
92
+ width="173.93209"
93
+ height="50.433071"
94
+ id="rect1" />
95
+ <marker
96
+ style="overflow:visible"
97
+ id="RoundedArrow-2"
98
+ refX="0"
99
+ refY="0"
100
+ orient="auto-start-reverse"
101
+ inkscape:stockid="Rounded arrow"
102
+ markerWidth="1"
103
+ markerHeight="1"
104
+ viewBox="0 0 1 1"
105
+ inkscape:isstock="true"
106
+ inkscape:collect="always"
107
+ preserveAspectRatio="xMidYMid">
108
+ <path
109
+ transform="scale(0.7)"
110
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
111
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
112
+ id="path8-9" />
113
+ </marker>
114
+ <marker
115
+ style="overflow:visible"
116
+ id="RoundedArrow-2-7"
117
+ refX="0"
118
+ refY="0"
119
+ orient="auto-start-reverse"
120
+ inkscape:stockid="Rounded arrow"
121
+ markerWidth="1"
122
+ markerHeight="1"
123
+ viewBox="0 0 1 1"
124
+ inkscape:isstock="true"
125
+ inkscape:collect="always"
126
+ preserveAspectRatio="xMidYMid">
127
+ <path
128
+ transform="scale(0.7)"
129
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
130
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
131
+ id="path8-9-8" />
132
+ </marker>
133
+ <marker
134
+ style="overflow:visible"
135
+ id="RoundedArrow-7-7-9"
136
+ refX="0"
137
+ refY="0"
138
+ orient="auto-start-reverse"
139
+ inkscape:stockid="Rounded arrow"
140
+ markerWidth="1"
141
+ markerHeight="1"
142
+ viewBox="0 0 1 1"
143
+ inkscape:isstock="true"
144
+ inkscape:collect="always"
145
+ preserveAspectRatio="xMidYMid">
146
+ <path
147
+ transform="scale(0.7)"
148
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
149
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
150
+ id="path8-67-2-9" />
151
+ </marker>
152
+ <marker
153
+ style="overflow:visible"
154
+ id="RoundedArrow-7-7-9-1"
155
+ refX="0"
156
+ refY="0"
157
+ orient="auto-start-reverse"
158
+ inkscape:stockid="Rounded arrow"
159
+ markerWidth="1"
160
+ markerHeight="1"
161
+ viewBox="0 0 1 1"
162
+ inkscape:isstock="true"
163
+ inkscape:collect="always"
164
+ preserveAspectRatio="xMidYMid">
165
+ <path
166
+ transform="scale(0.7)"
167
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
168
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
169
+ id="path8-67-2-9-1" />
170
+ </marker>
171
+ <rect
172
+ x="348.78598"
173
+ y="275.76746"
174
+ width="64.57917"
175
+ height="35.918922"
176
+ id="rect5-3-3" />
177
+ <rect
178
+ x="348.78598"
179
+ y="275.76746"
180
+ width="64.57917"
181
+ height="35.918922"
182
+ id="rect5-3-3-3" />
183
+ <rect
184
+ x="348.78598"
185
+ y="275.76746"
186
+ width="64.57917"
187
+ height="35.918922"
188
+ id="rect5-3-3-0" />
189
+ <marker
190
+ style="overflow:visible"
191
+ id="RoundedArrow-7-7"
192
+ refX="0"
193
+ refY="0"
194
+ orient="auto-start-reverse"
195
+ inkscape:stockid="Rounded arrow"
196
+ markerWidth="1"
197
+ markerHeight="1"
198
+ viewBox="0 0 1 1"
199
+ inkscape:isstock="true"
200
+ inkscape:collect="always"
201
+ preserveAspectRatio="xMidYMid">
202
+ <path
203
+ transform="scale(0.7)"
204
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
205
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
206
+ id="path8-67-2" />
207
+ </marker>
208
+ <marker
209
+ style="overflow:visible"
210
+ id="RoundedArrow-7-7-9-2"
211
+ refX="0"
212
+ refY="0"
213
+ orient="auto-start-reverse"
214
+ inkscape:stockid="Rounded arrow"
215
+ markerWidth="1"
216
+ markerHeight="1"
217
+ viewBox="0 0 1 1"
218
+ inkscape:isstock="true"
219
+ inkscape:collect="always"
220
+ preserveAspectRatio="xMidYMid">
221
+ <path
222
+ transform="scale(0.7)"
223
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
224
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
225
+ id="path8-67-2-9-9" />
226
+ </marker>
227
+ <rect
228
+ x="348.78598"
229
+ y="275.76746"
230
+ width="64.57917"
231
+ height="35.918922"
232
+ id="rect5-3-3-3-7" />
233
+ <rect
234
+ x="55.143906"
235
+ y="1137.6799"
236
+ width="45.351578"
237
+ height="36.638477"
238
+ id="rect27" />
239
+ <marker
240
+ style="overflow:visible"
241
+ id="RoundedArrow-6"
242
+ refX="0"
243
+ refY="0"
244
+ orient="auto-start-reverse"
245
+ inkscape:stockid="Rounded arrow"
246
+ markerWidth="1"
247
+ markerHeight="1"
248
+ viewBox="0 0 1 1"
249
+ inkscape:isstock="true"
250
+ inkscape:collect="always"
251
+ preserveAspectRatio="xMidYMid">
252
+ <path
253
+ transform="scale(0.7)"
254
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
255
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
256
+ id="path8-93" />
257
+ </marker>
258
+ </defs>
259
+ <g
260
+ inkscape:label="Layer 1"
261
+ inkscape:groupmode="layer"
262
+ id="layer1">
263
+ <rect
264
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
265
+ id="rect10"
266
+ width="86.545624"
267
+ height="101.00802"
268
+ x="23.511015"
269
+ y="13.948242"
270
+ inkscape:export-filename="pole_rotor_cut.svg"
271
+ inkscape:export-xdpi="96"
272
+ inkscape:export-ydpi="96" />
273
+ <text
274
+ xml:space="preserve"
275
+ transform="scale(0.26458333)"
276
+ id="text1"
277
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1);display:inline"><tspan
278
+ x="19.310547"
279
+ y="30.959014"
280
+ id="tspan1">pole_rotor.svg</tspan></text>
281
+ <rect
282
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583"
283
+ id="rect2"
284
+ width="12.732382"
285
+ height="5.0552683"
286
+ x="60.606476"
287
+ y="34.189251" />
288
+ <rect
289
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583"
290
+ id="rect2-2"
291
+ width="8.5635595"
292
+ height="5.0552683"
293
+ x="73.338852"
294
+ y="34.189251" />
295
+ <rect
296
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583"
297
+ id="rect2-2-7"
298
+ width="3.5087302"
299
+ height="5.0552683"
300
+ x="81.902412"
301
+ y="34.189251" />
302
+ <rect
303
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583"
304
+ id="rect2-5"
305
+ width="12.732382"
306
+ height="5.0552683"
307
+ x="60.606476"
308
+ y="90.056854" />
309
+ <rect
310
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583"
311
+ id="rect2-2-6"
312
+ width="8.5635595"
313
+ height="5.0552683"
314
+ x="73.338852"
315
+ y="90.056854" />
316
+ <rect
317
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583"
318
+ id="rect2-2-7-0"
319
+ width="3.5087302"
320
+ height="5.0552683"
321
+ x="81.902412"
322
+ y="90.056854" />
323
+ <path
324
+ style="fill:#999999;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
325
+ d="m 73.338855,90.056853 h 8.563561 V 39.244515 h -8.563561 v -5.055267 h 12.07229 v 60.922874 h -12.07229 v -5.055269"
326
+ id="path2" />
327
+ <path
328
+ style="fill:#999999;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
329
+ d="M 60.677385,89.858418 H 52.113824 V 39.04608 h 8.563561 v -5.055267 h -12.07229 v 60.922874 h 12.07229 v -5.055269"
330
+ id="path2-1" />
331
+ <path
332
+ style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
333
+ d="M 85.544624,34.321535 100.253,34.189246"
334
+ id="path3" />
335
+ <path
336
+ style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
337
+ d="M 85.544624,95.112128 100.253,94.979839"
338
+ id="path3-7" />
339
+ <path
340
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
341
+ d="M 100.253,35.64786 V 93.623484"
342
+ id="path4" />
343
+ <text
344
+ xml:space="preserve"
345
+ transform="matrix(0.26458333,0,0,0.26458333,-9.6569807,4.9334552)"
346
+ id="text4"
347
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4);display:inline"><tspan
348
+ x="416.93359"
349
+ y="228.99222"
350
+ id="tspan2">H1</tspan></text>
351
+ <path
352
+ style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
353
+ d="m 34.027821,95.112123 14.708376,-0.13229"
354
+ id="path3-7-2" />
355
+ <path
356
+ style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
357
+ d="m 33.692149,89.990708 18.421675,-0.13229"
358
+ id="path3-7-2-3" />
359
+ <path
360
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
361
+ d="M 33.692327,94.257564 33.69215,91.246323"
362
+ id="path5" />
363
+ <path
364
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-2)"
365
+ d="m 56.37875,76.463654 -3.011241,1.77e-4"
366
+ id="path5-1" />
367
+ <path
368
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-2-7)"
369
+ d="m 44.146629,76.463654 3.011241,1.77e-4"
370
+ id="path5-1-5" />
371
+ <text
372
+ xml:space="preserve"
373
+ transform="matrix(0.26458333,0,0,0.26458333,20.708985,3.0930107)"
374
+ id="text5"
375
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
376
+ x="68.457031"
377
+ y="281.89456"
378
+ id="tspan3">E1</tspan></text>
379
+ <text
380
+ xml:space="preserve"
381
+ transform="matrix(0.26458333,0,0,0.26458333,15.449707,0.81054688)"
382
+ id="text6"
383
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
384
+ x="44.167969"
385
+ y="353.1094"
386
+ id="tspan4">E2</tspan></text>
387
+ <path
388
+ style="fill:#cccccc;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
389
+ d="M 48.605095,95.045978 V 108.29106"
390
+ id="path6" />
391
+ <path
392
+ style="fill:#cccccc;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
393
+ d="M 60.606476,20.944169 V 34.189251"
394
+ id="path6-2" />
395
+ <path
396
+ style="fill:#cccccc;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
397
+ d="M 85.411143,94.847553 V 108.09264"
398
+ id="path6-1" />
399
+ <path
400
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
401
+ d="M 84.073213,108.09264 H 49.898888"
402
+ id="path7" />
403
+ <text
404
+ xml:space="preserve"
405
+ transform="matrix(0.26458333,0,0,0.26458333,2.9068027,-3.5560809)"
406
+ id="text7"
407
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
408
+ x="232.38672"
409
+ y="435.63675"
410
+ id="tspan5">D1</tspan></text>
411
+ <path
412
+ style="fill:#cccccc;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
413
+ d="M 73.20656,20.811877 V 34.056959"
414
+ id="path6-5" />
415
+ <path
416
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
417
+ d="M 61.764144,20.944169 H 72.181189"
418
+ id="path9" />
419
+ <text
420
+ xml:space="preserve"
421
+ transform="matrix(0.26458333,0,0,0.26458333,2.534906,3.7858525)"
422
+ id="text9"
423
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
424
+ x="233.24609"
425
+ y="60.269561"
426
+ id="tspan6">D2</tspan></text>
427
+ <rect
428
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
429
+ id="rect28"
430
+ width="109.77625"
431
+ height="63.752167"
432
+ x="21.647915"
433
+ y="139.34525"
434
+ inkscape:export-filename="pole_rotor_ends.svg"
435
+ inkscape:export-xdpi="96"
436
+ inkscape:export-ydpi="96" />
437
+ <path
438
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9);marker-end:url(#RoundedArrow-7-7-9)"
439
+ d="m 110.48196,188.04073 v -3.18481"
440
+ id="path5-1-0-8" />
441
+ <circle
442
+ style="fill:#e6e6e6;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
443
+ id="path24"
444
+ cx="64.861343"
445
+ cy="169.15793"
446
+ r="24.985352" />
447
+ <circle
448
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
449
+ id="path24-8"
450
+ cx="64.861343"
451
+ cy="169.15793"
452
+ r="14.411621" />
453
+ <circle
454
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
455
+ id="path26"
456
+ cx="64.753967"
457
+ cy="149.07297"
458
+ r="2.8725588" />
459
+ <circle
460
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
461
+ id="path26-0"
462
+ cx="84.838928"
463
+ cy="169.15793"
464
+ r="2.8725588" />
465
+ <circle
466
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
467
+ id="path26-0-2"
468
+ cx="64.753967"
469
+ cy="189.24289"
470
+ r="2.8725588" />
471
+ <circle
472
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
473
+ id="path26-0-5"
474
+ cx="44.669006"
475
+ cy="169.15793"
476
+ r="2.8725588" />
477
+ <circle
478
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
479
+ id="path26-0-9"
480
+ cx="79.405258"
481
+ cy="155.14319"
482
+ r="2.8725588" />
483
+ <circle
484
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
485
+ id="path26-0-7"
486
+ cx="79.405258"
487
+ cy="183.70184"
488
+ r="2.8725588" />
489
+ <circle
490
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
491
+ id="path26-0-8"
492
+ cx="50.317429"
493
+ cy="183.70184"
494
+ r="2.8725588" />
495
+ <circle
496
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
497
+ id="path26-0-93"
498
+ cx="50.317429"
499
+ cy="154.61401"
500
+ r="2.8725588" />
501
+ <circle
502
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:2, 1;stroke-dashoffset:0"
503
+ id="path24-7"
504
+ cx="64.753967"
505
+ cy="169.15793"
506
+ r="20.084961" />
507
+ <path
508
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
509
+ d="M 64.861338,144.17258 H 120.79835"
510
+ id="path27" />
511
+ <path
512
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
513
+ d="M 64.861339,194.40787 H 120.79835"
514
+ id="path27-2" />
515
+ <path
516
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
517
+ d="M 64.861341,183.83414 H 110.37208"
518
+ id="path27-1" />
519
+ <path
520
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
521
+ d="M 64.861341,154.74631 H 101.07521"
522
+ id="path27-5" />
523
+ <path
524
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
525
+ d="M 64.785219,189.24139 H 110.51321"
526
+ id="path27-62" />
527
+ <path
528
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1);marker-end:url(#RoundedArrow-7-7-9-1)"
529
+ d="M 120.79835,192.71997 V 145.86049"
530
+ id="path5-1-0-8-3" />
531
+ <text
532
+ xml:space="preserve"
533
+ transform="matrix(0.26458333,0,0,0.26458333,28.919311,94.307809)"
534
+ id="text5-2-1"
535
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3);display:inline"><tspan
536
+ x="348.78516"
537
+ y="288.74417"
538
+ id="tspan7">D1</tspan></text>
539
+ <text
540
+ xml:space="preserve"
541
+ transform="matrix(0.26458333,0,0,0.26458333,9.304165,93.616869)"
542
+ id="text5-2-1-0"
543
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-3);display:inline"><tspan
544
+ x="348.78516"
545
+ y="288.74417"
546
+ id="tspan8">D2</tspan></text>
547
+ <text
548
+ xml:space="preserve"
549
+ transform="matrix(0.26458333,0,0,0.26458333,19.131352,111.62239)"
550
+ id="text5-2-1-4"
551
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-0);display:inline"><tspan
552
+ x="348.78516"
553
+ y="288.74417"
554
+ id="tspan9">L1</tspan></text>
555
+ <path
556
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7);marker-end:url(#RoundedArrow-7-7)"
557
+ d="M 101.07521,182.73115 V 155.8493"
558
+ id="path5-1-0" />
559
+ <path
560
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
561
+ d="M 29.664882,166.28537 H 44.669004"
562
+ id="path27-5-5" />
563
+ <path
564
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
565
+ d="M 29.664882,172.03049 H 44.669004"
566
+ id="path27-5-5-7" />
567
+ <path
568
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-2);marker-end:url(#RoundedArrow-7-7-9-2)"
569
+ d="M 29.664882,170.85521 V 167.6704"
570
+ id="path5-1-0-8-6" />
571
+ <text
572
+ xml:space="preserve"
573
+ transform="matrix(0.26458333,0,0,0.26458333,-69.204053,94.278489)"
574
+ id="text5-2-1-0-1"
575
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-3-7);display:inline"><tspan
576
+ x="348.78516"
577
+ y="288.74417"
578
+ id="tspan10">D3</tspan></text>
579
+ <text
580
+ xml:space="preserve"
581
+ transform="matrix(0.26458333,0,0,0.26458333,18.84642,-109.65499)"
582
+ id="text27"
583
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect27);display:inline"><tspan
584
+ x="55.144531"
585
+ y="1150.6563"
586
+ id="tspan11">N1</tspan></text>
587
+ <path
588
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-6)"
589
+ d="m 39.229056,193.33799 7.740051,-6.49573"
590
+ id="path28" />
591
+ </g>
592
+ </svg>