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,287 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="328.10156"
6
+ height="382.76257"
7
+ viewBox="0 0 86.810205 101.2726"
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.70079"
31
+ inkscape:cy="655.74803"
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.292549"
43
+ width="44.299477"
44
+ height="21.097063"
45
+ id="rect9" />
46
+ <rect
47
+ x="232.38609"
48
+ y="422.66028"
49
+ width="31.102085"
50
+ height="21.099672"
51
+ id="rect7" />
52
+ <rect
53
+ x="44.16769"
54
+ y="340.13324"
55
+ width="33.631481"
56
+ height="34.846455"
57
+ id="rect6" />
58
+ <rect
59
+ x="68.457802"
60
+ y="268.91855"
61
+ width="42.822342"
62
+ height="26.822096"
63
+ id="rect5" />
64
+ <rect
65
+ x="416.93283"
66
+ y="216.01624"
67
+ width="66.521896"
68
+ height="54.076035"
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
+ <marker
90
+ style="overflow:visible"
91
+ id="RoundedArrow-2"
92
+ refX="0"
93
+ refY="0"
94
+ orient="auto-start-reverse"
95
+ inkscape:stockid="Rounded arrow"
96
+ markerWidth="1"
97
+ markerHeight="1"
98
+ viewBox="0 0 1 1"
99
+ inkscape:isstock="true"
100
+ inkscape:collect="always"
101
+ preserveAspectRatio="xMidYMid">
102
+ <path
103
+ transform="scale(0.7)"
104
+ 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"
105
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
106
+ id="path8-9" />
107
+ </marker>
108
+ <marker
109
+ style="overflow:visible"
110
+ id="RoundedArrow-2-7"
111
+ refX="0"
112
+ refY="0"
113
+ orient="auto-start-reverse"
114
+ inkscape:stockid="Rounded arrow"
115
+ markerWidth="1"
116
+ markerHeight="1"
117
+ viewBox="0 0 1 1"
118
+ inkscape:isstock="true"
119
+ inkscape:collect="always"
120
+ preserveAspectRatio="xMidYMid">
121
+ <path
122
+ transform="scale(0.7)"
123
+ 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"
124
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
125
+ id="path8-9-8" />
126
+ </marker>
127
+ </defs>
128
+ <g
129
+ inkscape:label="Layer 1"
130
+ inkscape:groupmode="layer"
131
+ id="layer1"
132
+ transform="translate(-23.378723,-13.815951)">
133
+ <rect
134
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
135
+ id="rect10"
136
+ width="86.545624"
137
+ height="101.00802"
138
+ x="23.511015"
139
+ y="13.948242" />
140
+ <rect
141
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583"
142
+ id="rect2"
143
+ width="12.732382"
144
+ height="5.0552683"
145
+ x="60.606476"
146
+ y="34.189251" />
147
+ <rect
148
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583"
149
+ id="rect2-2"
150
+ width="8.5635595"
151
+ height="5.0552683"
152
+ x="73.338852"
153
+ y="34.189251" />
154
+ <rect
155
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583"
156
+ id="rect2-2-7"
157
+ width="3.5087302"
158
+ height="5.0552683"
159
+ x="81.902412"
160
+ y="34.189251" />
161
+ <rect
162
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583"
163
+ id="rect2-5"
164
+ width="12.732382"
165
+ height="5.0552683"
166
+ x="60.606476"
167
+ y="90.056854" />
168
+ <rect
169
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583"
170
+ id="rect2-2-6"
171
+ width="8.5635595"
172
+ height="5.0552683"
173
+ x="73.338852"
174
+ y="90.056854" />
175
+ <rect
176
+ style="fill:#ffffff;stroke:#999999;stroke-width:0.264583"
177
+ id="rect2-2-7-0"
178
+ width="3.5087302"
179
+ height="5.0552683"
180
+ x="81.902412"
181
+ y="90.056854" />
182
+ <path
183
+ style="fill:#999999;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
184
+ 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"
185
+ id="path2" />
186
+ <path
187
+ style="fill:#999999;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
188
+ 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"
189
+ id="path2-1" />
190
+ <path
191
+ style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
192
+ d="M 85.544624,34.321535 100.253,34.189246"
193
+ id="path3" />
194
+ <path
195
+ style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
196
+ d="M 85.544624,95.112128 100.253,94.979839"
197
+ id="path3-7" />
198
+ <path
199
+ 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)"
200
+ d="M 100.253,35.64786 V 93.623484"
201
+ id="path4" />
202
+ <text
203
+ xml:space="preserve"
204
+ transform="matrix(0.26458333,0,0,0.26458333,-9.6569807,4.9334552)"
205
+ id="text4"
206
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4);display:inline"><tspan
207
+ x="416.93359"
208
+ y="228.99222"
209
+ id="tspan1">H1</tspan></text>
210
+ <path
211
+ style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
212
+ d="m 34.027821,95.112123 14.708376,-0.13229"
213
+ id="path3-7-2" />
214
+ <path
215
+ style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
216
+ d="m 33.692149,89.990708 18.421675,-0.13229"
217
+ id="path3-7-2-3" />
218
+ <path
219
+ 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)"
220
+ d="M 33.692327,94.257564 33.69215,91.246323"
221
+ id="path5" />
222
+ <path
223
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-2)"
224
+ d="m 56.37875,76.463654 -3.011241,1.77e-4"
225
+ id="path5-1" />
226
+ <path
227
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-2-7)"
228
+ d="m 44.146629,76.463654 3.011241,1.77e-4"
229
+ id="path5-1-5" />
230
+ <text
231
+ xml:space="preserve"
232
+ transform="matrix(0.26458333,0,0,0.26458333,20.708985,3.0930107)"
233
+ id="text5"
234
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
235
+ x="68.457031"
236
+ y="281.89456"
237
+ id="tspan2">E1</tspan></text>
238
+ <text
239
+ xml:space="preserve"
240
+ transform="matrix(0.26458333,0,0,0.26458333,15.449707,0.81054688)"
241
+ id="text6"
242
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
243
+ x="44.167969"
244
+ y="353.1094"
245
+ id="tspan3">E2</tspan></text>
246
+ <path
247
+ style="fill:#cccccc;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
248
+ d="M 48.605095,95.045978 V 108.29106"
249
+ id="path6" />
250
+ <path
251
+ style="fill:#cccccc;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
252
+ d="M 60.606476,20.944169 V 34.189251"
253
+ id="path6-2" />
254
+ <path
255
+ style="fill:#cccccc;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
256
+ d="M 85.411143,94.847553 V 108.09264"
257
+ id="path6-1" />
258
+ <path
259
+ 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)"
260
+ d="M 84.073213,108.09264 H 49.898888"
261
+ id="path7" />
262
+ <text
263
+ xml:space="preserve"
264
+ transform="matrix(0.26458333,0,0,0.26458333,2.9068027,-3.5560809)"
265
+ id="text7"
266
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
267
+ x="232.38672"
268
+ y="435.63675"
269
+ id="tspan4">D1</tspan></text>
270
+ <path
271
+ style="fill:#cccccc;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
272
+ d="M 73.20656,20.811877 V 34.056959"
273
+ id="path6-5" />
274
+ <path
275
+ 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)"
276
+ d="M 61.764144,20.944169 H 72.181189"
277
+ id="path9" />
278
+ <text
279
+ xml:space="preserve"
280
+ transform="matrix(0.26458333,0,0,0.26458333,2.534906,3.7858525)"
281
+ id="text9"
282
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
283
+ x="233.24609"
284
+ y="60.269561"
285
+ id="tspan5">D2</tspan></text>
286
+ </g>
287
+ </svg>
@@ -0,0 +1,336 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="415.90237"
6
+ height="241.95306"
7
+ viewBox="0 0 110.04084 64.016748"
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.70079"
31
+ inkscape:cy="655.74803"
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
+ <marker
41
+ style="overflow:visible"
42
+ id="RoundedArrow-7-7-9"
43
+ refX="0"
44
+ refY="0"
45
+ orient="auto-start-reverse"
46
+ inkscape:stockid="Rounded arrow"
47
+ markerWidth="1"
48
+ markerHeight="1"
49
+ viewBox="0 0 1 1"
50
+ inkscape:isstock="true"
51
+ inkscape:collect="always"
52
+ preserveAspectRatio="xMidYMid">
53
+ <path
54
+ transform="scale(0.7)"
55
+ 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"
56
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
57
+ id="path8-67-2-9" />
58
+ </marker>
59
+ <marker
60
+ style="overflow:visible"
61
+ id="RoundedArrow-7-7-9-1"
62
+ refX="0"
63
+ refY="0"
64
+ orient="auto-start-reverse"
65
+ inkscape:stockid="Rounded arrow"
66
+ markerWidth="1"
67
+ markerHeight="1"
68
+ viewBox="0 0 1 1"
69
+ inkscape:isstock="true"
70
+ inkscape:collect="always"
71
+ preserveAspectRatio="xMidYMid">
72
+ <path
73
+ transform="scale(0.7)"
74
+ 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"
75
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
76
+ id="path8-67-2-9-1" />
77
+ </marker>
78
+ <rect
79
+ x="348.78598"
80
+ y="275.76746"
81
+ width="64.57917"
82
+ height="35.918922"
83
+ id="rect5-3-3" />
84
+ <rect
85
+ x="348.78598"
86
+ y="275.76746"
87
+ width="64.57917"
88
+ height="35.918922"
89
+ id="rect5-3-3-3" />
90
+ <rect
91
+ x="348.78598"
92
+ y="275.76746"
93
+ width="64.57917"
94
+ height="35.918922"
95
+ id="rect5-3-3-0" />
96
+ <marker
97
+ style="overflow:visible"
98
+ id="RoundedArrow-7-7"
99
+ refX="0"
100
+ refY="0"
101
+ orient="auto-start-reverse"
102
+ inkscape:stockid="Rounded arrow"
103
+ markerWidth="1"
104
+ markerHeight="1"
105
+ viewBox="0 0 1 1"
106
+ inkscape:isstock="true"
107
+ inkscape:collect="always"
108
+ preserveAspectRatio="xMidYMid">
109
+ <path
110
+ transform="scale(0.7)"
111
+ 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"
112
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
113
+ id="path8-67-2" />
114
+ </marker>
115
+ <marker
116
+ style="overflow:visible"
117
+ id="RoundedArrow-7-7-9-2"
118
+ refX="0"
119
+ refY="0"
120
+ orient="auto-start-reverse"
121
+ inkscape:stockid="Rounded arrow"
122
+ markerWidth="1"
123
+ markerHeight="1"
124
+ viewBox="0 0 1 1"
125
+ inkscape:isstock="true"
126
+ inkscape:collect="always"
127
+ preserveAspectRatio="xMidYMid">
128
+ <path
129
+ transform="scale(0.7)"
130
+ 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"
131
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
132
+ id="path8-67-2-9-9" />
133
+ </marker>
134
+ <rect
135
+ x="348.78598"
136
+ y="275.76746"
137
+ width="64.57917"
138
+ height="35.918922"
139
+ id="rect5-3-3-3-7" />
140
+ <rect
141
+ x="55.143906"
142
+ y="1137.6799"
143
+ width="45.351578"
144
+ height="36.638477"
145
+ id="rect27" />
146
+ <marker
147
+ style="overflow:visible"
148
+ id="RoundedArrow-6"
149
+ refX="0"
150
+ refY="0"
151
+ orient="auto-start-reverse"
152
+ inkscape:stockid="Rounded arrow"
153
+ markerWidth="1"
154
+ markerHeight="1"
155
+ viewBox="0 0 1 1"
156
+ inkscape:isstock="true"
157
+ inkscape:collect="always"
158
+ preserveAspectRatio="xMidYMid">
159
+ <path
160
+ transform="scale(0.7)"
161
+ 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"
162
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
163
+ id="path8-93" />
164
+ </marker>
165
+ </defs>
166
+ <g
167
+ inkscape:label="Layer 1"
168
+ inkscape:groupmode="layer"
169
+ id="layer1"
170
+ transform="translate(-21.515623,-139.21295)">
171
+ <rect
172
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
173
+ id="rect28"
174
+ width="109.77625"
175
+ height="63.752167"
176
+ x="21.647915"
177
+ y="139.34525"
178
+ inkscape:export-filename="pole_rotor_ends.svg"
179
+ inkscape:export-xdpi="96"
180
+ inkscape:export-ydpi="96" />
181
+ <path
182
+ 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)"
183
+ d="m 110.48196,188.04073 v -3.18481"
184
+ id="path5-1-0-8" />
185
+ <circle
186
+ style="fill:#e6e6e6;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
187
+ id="path24"
188
+ cx="64.861343"
189
+ cy="169.15793"
190
+ r="24.985352" />
191
+ <circle
192
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
193
+ id="path24-8"
194
+ cx="64.861343"
195
+ cy="169.15793"
196
+ r="14.411621" />
197
+ <circle
198
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
199
+ id="path26"
200
+ cx="64.753967"
201
+ cy="149.07297"
202
+ r="2.8725588" />
203
+ <circle
204
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
205
+ id="path26-0"
206
+ cx="84.838928"
207
+ cy="169.15793"
208
+ r="2.8725588" />
209
+ <circle
210
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
211
+ id="path26-0-2"
212
+ cx="64.753967"
213
+ cy="189.24289"
214
+ r="2.8725588" />
215
+ <circle
216
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
217
+ id="path26-0-5"
218
+ cx="44.669006"
219
+ cy="169.15793"
220
+ r="2.8725588" />
221
+ <circle
222
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
223
+ id="path26-0-9"
224
+ cx="79.405258"
225
+ cy="155.14319"
226
+ r="2.8725588" />
227
+ <circle
228
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
229
+ id="path26-0-7"
230
+ cx="79.405258"
231
+ cy="183.70184"
232
+ r="2.8725588" />
233
+ <circle
234
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
235
+ id="path26-0-8"
236
+ cx="50.317429"
237
+ cy="183.70184"
238
+ r="2.8725588" />
239
+ <circle
240
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
241
+ id="path26-0-93"
242
+ cx="50.317429"
243
+ cy="154.61401"
244
+ r="2.8725588" />
245
+ <circle
246
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:2, 1;stroke-dashoffset:0"
247
+ id="path24-7"
248
+ cx="64.753967"
249
+ cy="169.15793"
250
+ r="20.084961" />
251
+ <path
252
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
253
+ d="M 64.861338,144.17258 H 120.79835"
254
+ id="path27" />
255
+ <path
256
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
257
+ d="M 64.861339,194.40787 H 120.79835"
258
+ id="path27-2" />
259
+ <path
260
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
261
+ d="M 64.861341,183.83414 H 110.37208"
262
+ id="path27-1" />
263
+ <path
264
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
265
+ d="M 64.861341,154.74631 H 101.07521"
266
+ id="path27-5" />
267
+ <path
268
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
269
+ d="M 64.785219,189.24139 H 110.51321"
270
+ id="path27-62" />
271
+ <path
272
+ 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)"
273
+ d="M 120.79835,192.71997 V 145.86049"
274
+ id="path5-1-0-8-3" />
275
+ <text
276
+ xml:space="preserve"
277
+ transform="matrix(0.26458333,0,0,0.26458333,28.919311,94.307809)"
278
+ id="text5-2-1"
279
+ 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
280
+ x="348.78516"
281
+ y="288.74417"
282
+ id="tspan1">D1</tspan></text>
283
+ <text
284
+ xml:space="preserve"
285
+ transform="matrix(0.26458333,0,0,0.26458333,9.304165,93.616869)"
286
+ id="text5-2-1-0"
287
+ 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
288
+ x="348.78516"
289
+ y="288.74417"
290
+ id="tspan2">D2</tspan></text>
291
+ <text
292
+ xml:space="preserve"
293
+ transform="matrix(0.26458333,0,0,0.26458333,19.131352,111.62239)"
294
+ id="text5-2-1-4"
295
+ 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
296
+ x="348.78516"
297
+ y="288.74417"
298
+ id="tspan3">L1</tspan></text>
299
+ <path
300
+ 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)"
301
+ d="M 101.07521,182.73115 V 155.8493"
302
+ id="path5-1-0" />
303
+ <path
304
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
305
+ d="M 29.664882,166.28537 H 44.669004"
306
+ id="path27-5-5" />
307
+ <path
308
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
309
+ d="M 29.664882,172.03049 H 44.669004"
310
+ id="path27-5-5-7" />
311
+ <path
312
+ 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)"
313
+ d="M 29.664882,170.85521 V 167.6704"
314
+ id="path5-1-0-8-6" />
315
+ <text
316
+ xml:space="preserve"
317
+ transform="matrix(0.26458333,0,0,0.26458333,-69.204053,94.278489)"
318
+ id="text5-2-1-0-1"
319
+ 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
320
+ x="348.78516"
321
+ y="288.74417"
322
+ id="tspan4">D3</tspan></text>
323
+ <text
324
+ xml:space="preserve"
325
+ transform="matrix(0.26458333,0,0,0.26458333,18.84642,-109.65499)"
326
+ id="text27"
327
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect27);display:inline"><tspan
328
+ x="55.144531"
329
+ y="1150.6563"
330
+ id="tspan5">N1</tspan></text>
331
+ <path
332
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-6)"
333
+ d="m 39.229056,193.33799 7.740051,-6.49573"
334
+ id="path28" />
335
+ </g>
336
+ </svg>