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,465 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="288.45355"
6
+ height="361.90887"
7
+ viewBox="0 0 76.320002 95.755056"
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="2.1166667"
27
+ inkscape:cx="153.30709"
28
+ inkscape:cy="847.55906"
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="411.64001"
39
+ y="305.32346"
40
+ width="71.022995"
41
+ height="39.359783"
42
+ id="rect19" />
43
+ <rect
44
+ x="378.97198"
45
+ y="381.03903"
46
+ width="85.090317"
47
+ height="36.193344"
48
+ id="rect18" />
49
+ <rect
50
+ x="433.15857"
51
+ y="296.91437"
52
+ width="48.267345"
53
+ height="45.71748"
54
+ id="rect8" />
55
+ <rect
56
+ x="407.76694"
57
+ y="207.25415"
58
+ width="46.965008"
59
+ height="45.649624"
60
+ id="rect7" />
61
+ <rect
62
+ x="359.14062"
63
+ y="358.88626"
64
+ width="76.620003"
65
+ height="27.985056"
66
+ id="rect6" />
67
+ <rect
68
+ x="348.78598"
69
+ y="275.76746"
70
+ width="64.57917"
71
+ height="35.918922"
72
+ id="rect5" />
73
+ <marker
74
+ style="overflow:visible"
75
+ id="RoundedArrow"
76
+ refX="0"
77
+ refY="0"
78
+ orient="auto-start-reverse"
79
+ inkscape:stockid="Rounded arrow"
80
+ markerWidth="1"
81
+ markerHeight="1"
82
+ viewBox="0 0 1 1"
83
+ inkscape:isstock="true"
84
+ inkscape:collect="always"
85
+ preserveAspectRatio="xMidYMid">
86
+ <path
87
+ transform="scale(0.7)"
88
+ 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"
89
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
90
+ id="path8" />
91
+ </marker>
92
+ <marker
93
+ style="overflow:visible"
94
+ id="RoundedArrow-9"
95
+ refX="0"
96
+ refY="0"
97
+ orient="auto-start-reverse"
98
+ inkscape:stockid="Rounded arrow"
99
+ markerWidth="1"
100
+ markerHeight="1"
101
+ viewBox="0 0 1 1"
102
+ inkscape:isstock="true"
103
+ inkscape:collect="always"
104
+ preserveAspectRatio="xMidYMid">
105
+ <path
106
+ transform="scale(0.7)"
107
+ 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"
108
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
109
+ id="path8-2" />
110
+ </marker>
111
+ <marker
112
+ style="overflow:visible"
113
+ id="RoundedArrow-9-3"
114
+ refX="0"
115
+ refY="0"
116
+ orient="auto-start-reverse"
117
+ inkscape:stockid="Rounded arrow"
118
+ markerWidth="1"
119
+ markerHeight="1"
120
+ viewBox="0 0 1 1"
121
+ inkscape:isstock="true"
122
+ inkscape:collect="always"
123
+ preserveAspectRatio="xMidYMid">
124
+ <path
125
+ transform="scale(0.7)"
126
+ 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"
127
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
128
+ id="path8-2-6" />
129
+ </marker>
130
+ <marker
131
+ style="overflow:visible"
132
+ id="RoundedArrow-1"
133
+ refX="0"
134
+ refY="0"
135
+ orient="auto-start-reverse"
136
+ inkscape:stockid="Rounded arrow"
137
+ markerWidth="1"
138
+ markerHeight="1"
139
+ viewBox="0 0 1 1"
140
+ inkscape:isstock="true"
141
+ inkscape:collect="always"
142
+ preserveAspectRatio="xMidYMid">
143
+ <path
144
+ transform="scale(0.7)"
145
+ 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"
146
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
147
+ id="path8-9" />
148
+ </marker>
149
+ <marker
150
+ style="overflow:visible"
151
+ id="RoundedArrow-5"
152
+ refX="0"
153
+ refY="0"
154
+ orient="auto-start-reverse"
155
+ inkscape:stockid="Rounded arrow"
156
+ markerWidth="1"
157
+ markerHeight="1"
158
+ viewBox="0 0 1 1"
159
+ inkscape:isstock="true"
160
+ inkscape:collect="always"
161
+ preserveAspectRatio="xMidYMid">
162
+ <path
163
+ transform="scale(0.7)"
164
+ 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"
165
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
166
+ id="path8-6" />
167
+ </marker>
168
+ <rect
169
+ x="348.78598"
170
+ y="275.76746"
171
+ width="64.57917"
172
+ height="35.918922"
173
+ id="rect5-5" />
174
+ <marker
175
+ style="overflow:visible"
176
+ id="RoundedArrow-4"
177
+ refX="0"
178
+ refY="0"
179
+ orient="auto-start-reverse"
180
+ inkscape:stockid="Rounded arrow"
181
+ markerWidth="1"
182
+ markerHeight="1"
183
+ viewBox="0 0 1 1"
184
+ inkscape:isstock="true"
185
+ inkscape:collect="always"
186
+ preserveAspectRatio="xMidYMid">
187
+ <path
188
+ transform="scale(0.7)"
189
+ 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"
190
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
191
+ id="path8-3" />
192
+ </marker>
193
+ <marker
194
+ style="overflow:visible"
195
+ id="RoundedArrow-8"
196
+ refX="0"
197
+ refY="0"
198
+ orient="auto-start-reverse"
199
+ inkscape:stockid="Rounded arrow"
200
+ markerWidth="1"
201
+ markerHeight="1"
202
+ viewBox="0 0 1 1"
203
+ inkscape:isstock="true"
204
+ inkscape:collect="always"
205
+ preserveAspectRatio="xMidYMid">
206
+ <path
207
+ transform="scale(0.7)"
208
+ 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"
209
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
210
+ id="path8-8" />
211
+ </marker>
212
+ <marker
213
+ style="overflow:visible"
214
+ id="RoundedArrow-4-4"
215
+ refX="0"
216
+ refY="0"
217
+ orient="auto-start-reverse"
218
+ inkscape:stockid="Rounded arrow"
219
+ markerWidth="1"
220
+ markerHeight="1"
221
+ viewBox="0 0 1 1"
222
+ inkscape:isstock="true"
223
+ inkscape:collect="always"
224
+ preserveAspectRatio="xMidYMid">
225
+ <path
226
+ transform="scale(0.7)"
227
+ 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"
228
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
229
+ id="path8-3-3" />
230
+ </marker>
231
+ <marker
232
+ style="overflow:visible"
233
+ id="RoundedArrow-6"
234
+ refX="0"
235
+ refY="0"
236
+ orient="auto-start-reverse"
237
+ inkscape:stockid="Rounded arrow"
238
+ markerWidth="1"
239
+ markerHeight="1"
240
+ viewBox="0 0 1 1"
241
+ inkscape:isstock="true"
242
+ inkscape:collect="always"
243
+ preserveAspectRatio="xMidYMid">
244
+ <path
245
+ transform="scale(0.7)"
246
+ 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"
247
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
248
+ id="path8-89" />
249
+ </marker>
250
+ <marker
251
+ style="overflow:visible"
252
+ id="RoundedArrow-4-2"
253
+ refX="0"
254
+ refY="0"
255
+ orient="auto-start-reverse"
256
+ inkscape:stockid="Rounded arrow"
257
+ markerWidth="1"
258
+ markerHeight="1"
259
+ viewBox="0 0 1 1"
260
+ inkscape:isstock="true"
261
+ inkscape:collect="always"
262
+ preserveAspectRatio="xMidYMid">
263
+ <path
264
+ transform="scale(0.7)"
265
+ 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"
266
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
267
+ id="path8-3-6" />
268
+ </marker>
269
+ <rect
270
+ x="411.64001"
271
+ y="305.32346"
272
+ width="71.022995"
273
+ height="39.359783"
274
+ id="rect19-8" />
275
+ </defs>
276
+ <g
277
+ inkscape:label="Layer 1"
278
+ inkscape:groupmode="layer"
279
+ id="layer1"
280
+ transform="translate(-13.977389,-25.154371)">
281
+ <rect
282
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
283
+ id="rect30"
284
+ width="76.055412"
285
+ height="95.490479"
286
+ x="14.10968"
287
+ y="25.286663"
288
+ inkscape:export-filename="pole_stator_cut.svg"
289
+ inkscape:export-xdpi="96"
290
+ inkscape:export-ydpi="96" />
291
+ <rect
292
+ style="fill:#ececec;stroke:#333333;stroke-width:0.264583;stroke-dasharray:none"
293
+ id="rect2"
294
+ width="21.021925"
295
+ height="2.7220848"
296
+ x="38.408436"
297
+ y="99.455536" />
298
+ <path
299
+ style="fill:#cccccc;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
300
+ d="m 59.430357,99.455537 h 5.31181 V 85.452888 L 54.048558,43.614815 h 2.177254 l 11.180757,41.727154 0.04318,16.967951 -8.019392,-0.1323 z"
301
+ id="path2"
302
+ sodipodi:nodetypes="ccccccccc" />
303
+ <path
304
+ style="fill:#cccccc;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
305
+ d="m 38.408434,99.455539 h -5.31181 V 85.45289 L 43.790233,43.614817 h -2.177254 l -11.180757,41.727154 -0.04318,16.967949 8.019392,-0.1323 z"
306
+ id="path2-5"
307
+ sodipodi:nodetypes="ccccccccc" />
308
+ <path
309
+ style="fill:#f2f2f2;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
310
+ d="m 43.790233,43.614817 10.258325,-2e-6 10.693609,41.838073 V 99.455537 H 33.096624 V 85.45289 Z"
311
+ id="path3" />
312
+ <path
313
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
314
+ d="M 67.406568,85.341969 H 79.642981"
315
+ id="path4" />
316
+ <path
317
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
318
+ d="M 67.449749,102.30992 H 79.686162"
319
+ id="path4-2" />
320
+ <path
321
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
322
+ d="m 23.602026,102.44442 h 7.66585"
323
+ id="path4-2-0" />
324
+ <path
325
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
326
+ d="M 56.22581,43.614814 H 79.642979"
327
+ id="path4-7" />
328
+ <path
329
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
330
+ d="M 56.358101,43.482523 V 31.246113"
331
+ id="path4-6" />
332
+ <path
333
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
334
+ d="M 41.612979,43.614817 V 31.378407"
335
+ id="path4-6-6" />
336
+ <path
337
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
338
+ d="M 67.714675,114.68083 V 102.44442"
339
+ id="path4-6-9" />
340
+ <path
341
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
342
+ d="M 30.388699,114.68083 V 102.44442"
343
+ id="path4-6-3" />
344
+ <path
345
+ 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)"
346
+ d="M 31.727282,114.68083 H 66.419653"
347
+ id="path5" />
348
+ <path
349
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9);marker-end:url(#RoundedArrow-9)"
350
+ d="M 79.642981,101.10697 V 86.544922"
351
+ id="path5-8" />
352
+ <path
353
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9-3);marker-end:url(#RoundedArrow-9-3)"
354
+ d="M 79.642975,83.850477 V 45.1063"
355
+ id="path5-8-2" />
356
+ <path
357
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-1);marker-end:url(#RoundedArrow-1)"
358
+ d="M 42.646573,31.378407 H 55.324506"
359
+ id="path5-7" />
360
+ <text
361
+ xml:space="preserve"
362
+ transform="matrix(0.26458333,0,0,0.26458333,-45.539674,42.005181)"
363
+ id="text5"
364
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
365
+ x="348.78516"
366
+ y="288.74417"
367
+ id="tspan1">D1</tspan></text>
368
+ <text
369
+ xml:space="preserve"
370
+ transform="matrix(0.26458333,0,0,0.26458333,-45.706794,32.661003)"
371
+ id="text5-5"
372
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-5);display:inline"><tspan
373
+ x="348.78516"
374
+ y="288.74417"
375
+ id="tspan2">D3</tspan></text>
376
+ <text
377
+ xml:space="preserve"
378
+ transform="matrix(0.26458333,0,0,0.26458333,-48.05633,-67.776599)"
379
+ id="text6"
380
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
381
+ x="359.14062"
382
+ y="371.86331"
383
+ id="tspan3">D2</tspan></text>
384
+ <text
385
+ xml:space="preserve"
386
+ transform="matrix(0.26458333,0,0,0.26458333,-27.434224,36.698428)"
387
+ id="text7"
388
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
389
+ x="407.76758"
390
+ y="220.2305"
391
+ id="tspan4">H1</tspan></text>
392
+ <text
393
+ xml:space="preserve"
394
+ transform="matrix(0.26458333,0,0,0.26458333,-33.708416,-15.923713)"
395
+ id="text8"
396
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8);display:inline"><tspan
397
+ x="433.1582"
398
+ y="309.89065"
399
+ id="tspan5">H2</tspan></text>
400
+ <path
401
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
402
+ d="m 23.602027,99.720124 h 9.362307"
403
+ id="path4-2-06" />
404
+ <path
405
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
406
+ d="M 38.408436,109.60818 V 102.3595"
407
+ id="path4-6-3-6" />
408
+ <path
409
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
410
+ d="m 59.430357,109.4263 v -7.24868"
411
+ id="path4-6-3-6-4" />
412
+ <path
413
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-5);marker-end:url(#RoundedArrow-5)"
414
+ d="m 39.524598,109.60818 h 19.09774"
415
+ id="path5-3" />
416
+ <path
417
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
418
+ d="m 23.840831,106.55375 10e-7,-2.7243"
419
+ id="path18" />
420
+ <path
421
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-4)"
422
+ d="m 23.840832,95.610798 1e-6,2.7243"
423
+ id="path18-7" />
424
+ <text
425
+ xml:space="preserve"
426
+ transform="matrix(0.26458333,0,0,0.26458333,-82.724135,-1.8780535)"
427
+ id="text18"
428
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18);display:inline"><tspan
429
+ x="378.97266"
430
+ y="394.01565"
431
+ id="tspan6">E1</tspan></text>
432
+ <path
433
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-8)"
434
+ d="m 37.277573,90.009015 h -2.7243"
435
+ id="path18-4" />
436
+ <path
437
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-4-4)"
438
+ d="m 26.334613,90.009015 h 2.7243"
439
+ id="path18-7-9" />
440
+ <text
441
+ xml:space="preserve"
442
+ transform="matrix(0.26458333,0,0,0.26458333,-87.931214,6.7886394)"
443
+ id="text19"
444
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19);display:inline"><tspan
445
+ x="411.64062"
446
+ y="318.30081"
447
+ id="tspan7">E2</tspan></text>
448
+ <path
449
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-6)"
450
+ d="m 41.162883,70.529613 -2.64789,-0.640706"
451
+ id="path18-49" />
452
+ <path
453
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-4-2)"
454
+ d="m 30.792383,67.883523 2.64789,0.640696"
455
+ id="path18-7-5" />
456
+ <text
457
+ xml:space="preserve"
458
+ transform="matrix(0.26458333,0,0,0.26458333,-84.086871,-15.363567)"
459
+ id="text19-1"
460
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-8);display:inline"><tspan
461
+ x="411.64062"
462
+ y="318.30081"
463
+ id="tspan8">E2</tspan></text>
464
+ </g>
465
+ </svg>