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,457 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="303.96149"
6
+ height="358.56305"
7
+ viewBox="0 0 80.423143 94.869807"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3 (1:1.3+202307231459+0e150ed6c4)"
11
+ sodipodi:docname="pole_stator.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview1"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ inkscape:zoom="0.7483547"
27
+ inkscape:cx="146.32099"
28
+ inkscape:cy="2045.8213"
29
+ inkscape:window-width="1370"
30
+ inkscape:window-height="836"
31
+ inkscape:window-x="0"
32
+ inkscape:window-y="0"
33
+ inkscape:window-maximized="1"
34
+ inkscape:current-layer="layer1" />
35
+ <defs
36
+ id="defs1">
37
+ <rect
38
+ x="280.18213"
39
+ y="884.82043"
40
+ width="40.667557"
41
+ height="26.089169"
42
+ id="rect9" />
43
+ <marker
44
+ style="overflow:visible"
45
+ id="Triangle"
46
+ refX="0"
47
+ refY="0"
48
+ orient="auto-start-reverse"
49
+ inkscape:stockid="Triangle arrow"
50
+ markerWidth="1"
51
+ markerHeight="1"
52
+ viewBox="0 0 1 1"
53
+ inkscape:isstock="true"
54
+ inkscape:collect="always"
55
+ preserveAspectRatio="xMidYMid">
56
+ <path
57
+ transform="scale(0.5)"
58
+ style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
59
+ d="M 5.77,0 -2.88,5 V -5 Z"
60
+ id="path135" />
61
+ </marker>
62
+ <marker
63
+ inkscape:stockid="Distance end"
64
+ orient="auto"
65
+ refY="0"
66
+ refX="0"
67
+ id="DistanceEnd"
68
+ style="overflow:visible"
69
+ markerWidth="1"
70
+ markerHeight="1"
71
+ viewBox="0 0 1 1"
72
+ inkscape:isstock="true"
73
+ inkscape:collect="always"
74
+ preserveAspectRatio="xMidYMid">
75
+ <g
76
+ transform="scale(0.6)"
77
+ id="g16">
78
+ <path
79
+ d="m 0,-40 v 0"
80
+ id="path14" />
81
+ <path
82
+ d="M 0,0 -8,5 V -5 Z"
83
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
84
+ id="path15" />
85
+ <path
86
+ d="M 0,-8 V 40"
87
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:square"
88
+ id="path16" />
89
+ </g>
90
+ </marker>
91
+ <rect
92
+ x="16.064838"
93
+ y="934.69672"
94
+ width="37.464935"
95
+ height="22.095842"
96
+ id="rect24" />
97
+ <rect
98
+ x="33.098549"
99
+ y="733.44055"
100
+ width="37.010948"
101
+ height="28.180365"
102
+ id="rect23" />
103
+ <rect
104
+ x="25.879061"
105
+ y="893.83978"
106
+ width="32.231174"
107
+ height="22.823107"
108
+ id="rect22" />
109
+ <marker
110
+ style="overflow:visible"
111
+ id="RoundedArrow-9-2"
112
+ refX="0"
113
+ refY="0"
114
+ orient="auto-start-reverse"
115
+ inkscape:stockid="Rounded arrow"
116
+ markerWidth="1"
117
+ markerHeight="1"
118
+ viewBox="0 0 1 1"
119
+ inkscape:isstock="true"
120
+ inkscape:collect="always"
121
+ preserveAspectRatio="xMidYMid">
122
+ <path
123
+ transform="scale(0.7)"
124
+ 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"
125
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
126
+ id="path8-2-2" />
127
+ </marker>
128
+ <marker
129
+ style="overflow:visible"
130
+ id="RoundedArrow-9-3-6"
131
+ refX="0"
132
+ refY="0"
133
+ orient="auto-start-reverse"
134
+ inkscape:stockid="Rounded arrow"
135
+ markerWidth="1"
136
+ markerHeight="1"
137
+ viewBox="0 0 1 1"
138
+ inkscape:isstock="true"
139
+ inkscape:collect="always"
140
+ preserveAspectRatio="xMidYMid">
141
+ <path
142
+ transform="scale(0.7)"
143
+ 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"
144
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
145
+ id="path8-2-6-1" />
146
+ </marker>
147
+ <rect
148
+ x="407.76694"
149
+ y="207.25415"
150
+ width="46.965008"
151
+ height="45.649624"
152
+ id="rect7-6" />
153
+ <rect
154
+ x="433.15857"
155
+ y="296.91437"
156
+ width="48.267345"
157
+ height="45.71748"
158
+ id="rect8-1" />
159
+ <marker
160
+ style="overflow:visible"
161
+ id="RoundedArrow-7"
162
+ refX="0"
163
+ refY="0"
164
+ orient="auto-start-reverse"
165
+ inkscape:stockid="Rounded arrow"
166
+ markerWidth="1"
167
+ markerHeight="1"
168
+ viewBox="0 0 1 1"
169
+ inkscape:isstock="true"
170
+ inkscape:collect="always"
171
+ preserveAspectRatio="xMidYMid">
172
+ <path
173
+ transform="scale(0.7)"
174
+ 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"
175
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
176
+ id="path8-67" />
177
+ </marker>
178
+ <rect
179
+ x="348.78598"
180
+ y="275.76746"
181
+ width="64.57917"
182
+ height="35.918922"
183
+ id="rect5-3" />
184
+ <marker
185
+ style="overflow:visible"
186
+ id="RoundedArrow-1-9"
187
+ refX="0"
188
+ refY="0"
189
+ orient="auto-start-reverse"
190
+ inkscape:stockid="Rounded arrow"
191
+ markerWidth="1"
192
+ markerHeight="1"
193
+ viewBox="0 0 1 1"
194
+ inkscape:isstock="true"
195
+ inkscape:collect="always"
196
+ preserveAspectRatio="xMidYMid">
197
+ <path
198
+ transform="scale(0.7)"
199
+ 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"
200
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
201
+ id="path8-9-6" />
202
+ </marker>
203
+ <rect
204
+ x="359.14062"
205
+ y="358.88626"
206
+ width="76.620003"
207
+ height="27.985056"
208
+ id="rect6-3" />
209
+ <marker
210
+ style="overflow:visible"
211
+ id="RoundedArrow-7-9"
212
+ refX="0"
213
+ refY="0"
214
+ orient="auto-start-reverse"
215
+ inkscape:stockid="Rounded arrow"
216
+ markerWidth="1"
217
+ markerHeight="1"
218
+ viewBox="0 0 1 1"
219
+ inkscape:isstock="true"
220
+ inkscape:collect="always"
221
+ preserveAspectRatio="xMidYMid">
222
+ <path
223
+ transform="scale(0.7)"
224
+ 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"
225
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
226
+ id="path8-67-7" />
227
+ </marker>
228
+ <marker
229
+ style="overflow:visible"
230
+ id="RoundedArrow-7-9-3"
231
+ refX="0"
232
+ refY="0"
233
+ orient="auto-start-reverse"
234
+ inkscape:stockid="Rounded arrow"
235
+ markerWidth="1"
236
+ markerHeight="1"
237
+ viewBox="0 0 1 1"
238
+ inkscape:isstock="true"
239
+ inkscape:collect="always"
240
+ preserveAspectRatio="xMidYMid">
241
+ <path
242
+ transform="scale(0.7)"
243
+ 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"
244
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
245
+ id="path8-67-7-1" />
246
+ </marker>
247
+ <marker
248
+ style="overflow:visible"
249
+ id="RoundedArrow-7-9-33"
250
+ refX="0"
251
+ refY="0"
252
+ orient="auto-start-reverse"
253
+ inkscape:stockid="Rounded arrow"
254
+ markerWidth="1"
255
+ markerHeight="1"
256
+ viewBox="0 0 1 1"
257
+ inkscape:isstock="true"
258
+ inkscape:collect="always"
259
+ preserveAspectRatio="xMidYMid">
260
+ <path
261
+ transform="scale(0.7)"
262
+ 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"
263
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
264
+ id="path8-67-7-3" />
265
+ </marker>
266
+ </defs>
267
+ <g
268
+ inkscape:label="Layer 1"
269
+ inkscape:groupmode="layer"
270
+ id="layer1"
271
+ transform="translate(-12.004533,-151.02809)">
272
+ <rect
273
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
274
+ id="rect29"
275
+ width="80.158562"
276
+ height="94.605225"
277
+ x="12.136825"
278
+ y="151.16039"
279
+ inkscape:export-filename="pole_stator_face.png"
280
+ inkscape:export-xdpi="96"
281
+ inkscape:export-ydpi="96" />
282
+ <path
283
+ style="fill:#f9f9f9;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
284
+ d="m 42.176528,169.16315 h 14.61284 l 11.18075,41.72715 0.0432,16.96795 H 30.952592 l 0.04318,-16.96795 11.180756,-41.72715"
285
+ id="path19" />
286
+ <path
287
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
288
+ d="M 30.995772,210.8903 H 67.970118"
289
+ id="path20" />
290
+ <path
291
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
292
+ d="m 67.918018,210.75801 h 12.23641"
293
+ id="path4-9" />
294
+ <path
295
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
296
+ d="m 56.737258,169.03086 h 23.41717"
297
+ id="path4-7-4" />
298
+ <path
299
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9-2);marker-end:url(#RoundedArrow-9-2)"
300
+ d="M 80.154428,226.52301 V 211.96096"
301
+ id="path5-8-9" />
302
+ <path
303
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9-3-6);marker-end:url(#RoundedArrow-9-3-6)"
304
+ d="M 80.154428,209.26652 V 170.52234"
305
+ id="path5-8-2-0" />
306
+ <text
307
+ xml:space="preserve"
308
+ transform="matrix(0.26458333,0,0,0.26458333,-26.922769,162.11447)"
309
+ id="text7-9"
310
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-6);display:inline"><tspan
311
+ x="407.76758"
312
+ y="220.2305"
313
+ id="tspan1">H1</tspan></text>
314
+ <text
315
+ xml:space="preserve"
316
+ transform="matrix(0.26458333,0,0,0.26458333,-33.196961,109.49233)"
317
+ id="text8-7"
318
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1);display:inline"><tspan
319
+ x="433.1582"
320
+ y="309.89065"
321
+ id="tspan2">H2</tspan></text>
322
+ <path
323
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
324
+ d="m 68.013318,227.85825 h 12.23641"
325
+ id="path4-2-5" />
326
+ <path
327
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
328
+ d="M 67.881028,240.22695 V 227.99054"
329
+ id="path4-6-9-4" />
330
+ <path
331
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
332
+ d="M 30.819963,240.22695 V 227.99054"
333
+ id="path4-6-3-8" />
334
+ <path
335
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7);marker-end:url(#RoundedArrow-7)"
336
+ d="M 31.893634,240.22695 H 66.586008"
337
+ id="path5-1" />
338
+ <text
339
+ xml:space="preserve"
340
+ transform="matrix(0.26458333,0,0,0.26458333,-45.373322,167.55131)"
341
+ id="text5-2"
342
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3);display:inline"><tspan
343
+ x="348.78516"
344
+ y="288.74417"
345
+ id="tspan3">D1</tspan></text>
346
+ <path
347
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
348
+ d="M 56.869548,168.89857 V 156.66216"
349
+ id="path4-6-5" />
350
+ <path
351
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
352
+ d="M 42.124418,169.03086 V 156.79445"
353
+ id="path4-6-6-6" />
354
+ <path
355
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-1-9);marker-end:url(#RoundedArrow-1-9)"
356
+ d="m 43.158018,156.79445 h 12.67793"
357
+ id="path5-7-1" />
358
+ <text
359
+ xml:space="preserve"
360
+ transform="matrix(0.26458333,0,0,0.26458333,-47.54489,57.639445)"
361
+ id="text6-1"
362
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6-3);display:inline"><tspan
363
+ x="359.14062"
364
+ y="371.86331"
365
+ id="tspan4">D2</tspan></text>
366
+ <path
367
+ style="fill:#e6e6e6;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
368
+ d="m 51.981926,216.24353 v 3.75912 c 0,0 -0.19411,1.5987 -0.63383,2.17743 -0.62947,0.82844 -1.61964,1.42353 -2.58198,1.47529 -0.77728,0.0418 -1.61345,-0.35087 -2.17525,-0.96243 -0.62258,-0.67774 -1.04056,-2.69029 -1.04056,-2.69029 v -3.75912 c 0,0 0.33389,-1.87685 0.89227,-2.52523 0.58893,-0.68388 1.48189,-1.0921 2.32354,-1.12748 0.69372,-0.0292 1.44962,0.2446 1.9704,0.76599 0.70773,0.70854 1.24541,2.88672 1.24541,2.88672 z"
369
+ id="path22"
370
+ sodipodi:nodetypes="ccaaaccaaac" />
371
+ <path
372
+ style="fill:#f9f9f9;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
373
+ d="m 51.136017,216.52724 v 3.18885 c 0,0 -0.146979,1.35617 -0.47993,1.84708 -0.47663,0.70278 -1.226378,1.20758 -1.955053,1.25149 -0.58855,0.0354 -1.221691,-0.29763 -1.647081,-0.81642 -0.471412,-0.57492 -0.787903,-2.28215 -0.787903,-2.28215 v -3.18885 c 0,0 0.252819,-1.59213 0.675619,-2.14214 0.445933,-0.58013 1.122074,-0.92643 1.759365,-0.95644 0.525278,-0.0247 1.09764,0.2075 1.491969,0.64979 0.535887,0.60106 0.943014,2.44879 0.943014,2.44879 z"
374
+ id="path22-5"
375
+ sodipodi:nodetypes="ccaaaccaaac" />
376
+ <path
377
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
378
+ d="m 22.727062,227.99054 h 7.96061"
379
+ id="path4-2-5-4" />
380
+ <path
381
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
382
+ d="M 22.727062,223.79076 H 48.766116"
383
+ id="path4-2-5-4-1" />
384
+ <path
385
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
386
+ d="M 22.727062,212.59082 H 48.766116"
387
+ id="path4-2-5-4-1-6" />
388
+ <path
389
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
390
+ d="M 45.550306,232.23906 V 220.00265"
391
+ id="path4-6-9-4-8" />
392
+ <path
393
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
394
+ d="M 51.981926,232.23906 V 220.00265"
395
+ id="path4-6-9-4-8-1" />
396
+ <path
397
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-9);marker-end:url(#RoundedArrow-7-9)"
398
+ d="M 46.500223,232.23906 H 51.03201"
399
+ id="path5-1-3" />
400
+ <path
401
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-9-3);marker-end:url(#RoundedArrow-7-9-3)"
402
+ d="m 22.727061,222.22363 v -8.06569"
403
+ id="path5-1-3-9" />
404
+ <path
405
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-9-33);marker-end:url(#RoundedArrow-7-9-33)"
406
+ d="m 22.727062,227.2898 v -2.53371"
407
+ id="path5-1-3-6" />
408
+ <text
409
+ xml:space="preserve"
410
+ transform="matrix(0.26458333,0,0,0.26458333,9.3793946,-12.391601)"
411
+ id="text22"
412
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22);display:inline"><tspan
413
+ x="25.878906"
414
+ y="906.81644"
415
+ id="tspan5">H3</tspan></text>
416
+ <text
417
+ xml:space="preserve"
418
+ transform="matrix(0.26458333,0,0,0.26458333,7.8408203,22.115499)"
419
+ id="text23"
420
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23);display:inline"><tspan
421
+ x="33.097656"
422
+ y="746.418"
423
+ id="tspan6">H4</tspan></text>
424
+ <text
425
+ xml:space="preserve"
426
+ transform="matrix(0.26458333,0,0,0.26458333,41.781738,-14.567871)"
427
+ id="text24"
428
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect24);display:inline"><tspan
429
+ x="16.064453"
430
+ y="947.67386"
431
+ id="tspan7">D4</tspan></text>
432
+ <path
433
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
434
+ d="M 51.96318,216.71998 V 203.1574"
435
+ id="path4-6-9-4-8-1-2" />
436
+ <path
437
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
438
+ d="M 51.037137,216.71998 V 203.1574"
439
+ id="path4-6-9-4-8-1-7" />
440
+ <path
441
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#DistanceEnd)"
442
+ d="M 51.037137,203.1574 H 61.482335"
443
+ id="path1" />
444
+ <path
445
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Triangle)"
446
+ d="m 52.492347,203.1574 h 2.975509"
447
+ id="path6" />
448
+ <text
449
+ xml:space="preserve"
450
+ transform="matrix(0.26458333,0,0,0.26458333,-17.961824,-35.199)"
451
+ id="text9"
452
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
453
+ x="280.18164"
454
+ y="897.7969"
455
+ id="tspan8">L2</tspan></text>
456
+ </g>
457
+ </svg>