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,222 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="365.86469"
6
+ height="299.28"
7
+ viewBox="0 0 96.801698 79.1845"
8
+ version="1.1"
9
+ id="svg1"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1">
14
+ <rect
15
+ x="443.77707"
16
+ y="583.58636"
17
+ width="46.922981"
18
+ height="46.310284"
19
+ id="rect18" />
20
+ <rect
21
+ x="289.62845"
22
+ y="519.07233"
23
+ width="66.665848"
24
+ height="40.124264"
25
+ id="rect17" />
26
+ <rect
27
+ x="241.00394"
28
+ y="802.85431"
29
+ width="69.596458"
30
+ height="73.608513"
31
+ id="rect16" />
32
+ <marker
33
+ style="overflow:visible"
34
+ id="RoundedArrow"
35
+ refX="0"
36
+ refY="0"
37
+ orient="auto-start-reverse"
38
+ markerWidth="1"
39
+ markerHeight="1"
40
+ viewBox="0 0 1 1"
41
+ preserveAspectRatio="xMidYMid">
42
+ <path
43
+ transform="scale(0.7)"
44
+ 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"
45
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
46
+ id="path8" />
47
+ </marker>
48
+ <marker
49
+ style="overflow:visible"
50
+ id="RoundedArrow-4"
51
+ refX="0"
52
+ refY="0"
53
+ orient="auto-start-reverse"
54
+ markerWidth="1"
55
+ markerHeight="1"
56
+ viewBox="0 0 1 1"
57
+ preserveAspectRatio="xMidYMid">
58
+ <path
59
+ transform="scale(0.7)"
60
+ 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"
61
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
62
+ id="path8-8" />
63
+ </marker>
64
+ <marker
65
+ style="overflow:visible"
66
+ id="RoundedArrow-4-4"
67
+ refX="0"
68
+ refY="0"
69
+ orient="auto-start-reverse"
70
+ markerWidth="1"
71
+ markerHeight="1"
72
+ viewBox="0 0 1 1"
73
+ preserveAspectRatio="xMidYMid">
74
+ <path
75
+ transform="scale(0.7)"
76
+ 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"
77
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
78
+ id="path8-8-4" />
79
+ </marker>
80
+ <rect
81
+ x="241.00394"
82
+ y="802.85431"
83
+ width="69.596458"
84
+ height="73.608513"
85
+ id="rect16-3" />
86
+ </defs>
87
+ <g
88
+ id="layer1"
89
+ transform="translate(-25.32181,-131.78177)">
90
+ <rect
91
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel"
92
+ id="rect19"
93
+ width="96.537109"
94
+ height="78.919922"
95
+ x="25.454102"
96
+ y="131.91406" />
97
+ <path
98
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
99
+ d="M 33.728279,205.91406 V 193.97135"
100
+ id="path3-9" />
101
+ <rect
102
+ style="fill:#ff7f2a;stroke:#ff7f2a;stroke-width:0.264583;stroke-linejoin:bevel"
103
+ id="rect2-2-8"
104
+ width="4.6522131"
105
+ height="79.226303"
106
+ x="158.92244"
107
+ y="-112.95458"
108
+ transform="rotate(90)" />
109
+ <rect
110
+ style="fill:#ff7f2a;stroke:#ff7f2a;stroke-width:0.264583;stroke-linejoin:bevel"
111
+ id="rect2-2-8-2"
112
+ width="7.2459631"
113
+ height="79.226303"
114
+ x="186.59309"
115
+ y="-112.95458"
116
+ transform="rotate(90)" />
117
+ <rect
118
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
119
+ id="rect2-2-8-2-6"
120
+ width="3.346312"
121
+ height="22.886154"
122
+ x="-37.074593"
123
+ y="-186.59309"
124
+ transform="scale(-1)" />
125
+ <rect
126
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
127
+ id="rect2-2-8-2-6-7"
128
+ width="3.346312"
129
+ height="22.886154"
130
+ x="-56.04459"
131
+ y="-186.59309"
132
+ transform="scale(-1)" />
133
+ <rect
134
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
135
+ id="rect2-2-8-2-6-7-9"
136
+ width="3.346312"
137
+ height="22.886154"
138
+ x="-75.014587"
139
+ y="-186.59309"
140
+ transform="scale(-1)" />
141
+ <rect
142
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
143
+ id="rect2-2-8-2-6-7-3"
144
+ width="3.346312"
145
+ height="22.886154"
146
+ x="-93.984581"
147
+ y="-186.59311"
148
+ transform="scale(-1)" />
149
+ <rect
150
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
151
+ id="rect2-2-8-2-6-7-94"
152
+ width="3.346312"
153
+ height="22.886154"
154
+ x="-112.95458"
155
+ y="-186.59311"
156
+ transform="scale(-1)" />
157
+ <path
158
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
159
+ d="M 113.08687,205.91406 V 193.97135"
160
+ id="path3-9-8" />
161
+ <path
162
+ 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)"
163
+ d="M 35.078374,206.04635 H 111.98213"
164
+ id="path3-9-9" />
165
+ <path
166
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
167
+ d="M 33.860573,163.70695 V 141.04853"
168
+ id="path3-9-5" />
169
+ <path
170
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
171
+ d="M 37.206884,163.70694 V 141.04852"
172
+ id="path3-9-5-5" />
173
+ <path
174
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-4)"
175
+ d="m 28.874938,141.04853 h 3.71551"
176
+ id="path3-9-9-0" />
177
+ <path
178
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-4-4)"
179
+ d="M 42.30742,141.04852 H 38.59191"
180
+ id="path3-9-9-0-4" />
181
+ <text
182
+ xml:space="preserve"
183
+ transform="matrix(0.26458333,0,0,0.26458333,7.8811015,-11.313902)"
184
+ id="text16"
185
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
186
+ x="241.00391"
187
+ y="815.83011"
188
+ id="tspan1">L5</tspan></text>
189
+ <text
190
+ xml:space="preserve"
191
+ transform="matrix(0.26458333,0,0,0.26458333,-30.267371,-77.721675)"
192
+ id="text16-7"
193
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-3);display:inline"><tspan
194
+ x="241.00391"
195
+ y="815.83011"
196
+ id="tspan2">L6</tspan></text>
197
+ <text
198
+ xml:space="preserve"
199
+ transform="matrix(0.26458333,0,0,0.26458333,4.1132813,10.448242)"
200
+ id="text17"
201
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17);display:inline"><tspan
202
+ x="289.62891"
203
+ y="532.04886"
204
+ id="tspan3">N1</tspan></text>
205
+ <path
206
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
207
+ d="m 82.560545,152.46679 -6.264648,14.02344"
208
+ id="path17" />
209
+ <path
210
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
211
+ d="m 83.306638,152.24609 6.17383,13.41407"
212
+ id="path18" />
213
+ <text
214
+ xml:space="preserve"
215
+ transform="matrix(0.26458333,0,0,0.26458333,-3.0439453,5.0087891)"
216
+ id="text18"
217
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18);display:inline"><tspan
218
+ x="443.77734"
219
+ y="596.56253"
220
+ id="tspan4">D1</tspan></text>
221
+ </g>
222
+ </svg>
@@ -0,0 +1,429 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="547.83557"
6
+ height="337.48868"
7
+ viewBox="0 0 144.94816 89.293879"
8
+ version="1.1"
9
+ id="svg1"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1">
14
+ <rect
15
+ x="52.190514"
16
+ y="79.912651"
17
+ width="33.107224"
18
+ height="18.299706"
19
+ id="rect15" />
20
+ <rect
21
+ x="217.92815"
22
+ y="289.91818"
23
+ width="103.90563"
24
+ height="60.450294"
25
+ id="rect14" />
26
+ <rect
27
+ x="200.47552"
28
+ y="308.16623"
29
+ width="65.849251"
30
+ height="40.15379"
31
+ id="rect13" />
32
+ <rect
33
+ x="229.39038"
34
+ y="267.51416"
35
+ width="98.70694"
36
+ height="40.163017"
37
+ id="rect12" />
38
+ <rect
39
+ x="245.59363"
40
+ y="244.87389"
41
+ width="54.004059"
42
+ height="34.659817"
43
+ id="rect11" />
44
+ <rect
45
+ x="241.86024"
46
+ y="255.21593"
47
+ width="59.176918"
48
+ height="38.415356"
49
+ id="rect10" />
50
+ <rect
51
+ x="258.30524"
52
+ y="263.04071"
53
+ width="70.644684"
54
+ height="30.994711"
55
+ id="rect9" />
56
+ <rect
57
+ x="282.23917"
58
+ y="259.52695"
59
+ width="40.963951"
60
+ height="30.391239"
61
+ id="rect8" />
62
+ <rect
63
+ x="384.47281"
64
+ y="255.36725"
65
+ width="49.054504"
66
+ height="37.859867"
67
+ id="rect7" />
68
+ <rect
69
+ x="259.93665"
70
+ y="238.56422"
71
+ width="82.675323"
72
+ height="59.418674"
73
+ id="rect6" />
74
+ <rect
75
+ x="356.63385"
76
+ y="93.008118"
77
+ width="54.775467"
78
+ height="29.438976"
79
+ id="rect5" />
80
+ <marker
81
+ style="overflow:visible"
82
+ id="RoundedArrow"
83
+ refX="0"
84
+ refY="0"
85
+ orient="auto-start-reverse"
86
+ markerWidth="1"
87
+ markerHeight="1"
88
+ viewBox="0 0 1 1"
89
+ preserveAspectRatio="xMidYMid">
90
+ <path
91
+ transform="scale(0.7)"
92
+ 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"
93
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
94
+ id="path8" />
95
+ </marker>
96
+ <marker
97
+ style="overflow:visible"
98
+ id="RoundedArrow-0"
99
+ refX="0"
100
+ refY="0"
101
+ orient="auto-start-reverse"
102
+ markerWidth="1"
103
+ markerHeight="1"
104
+ viewBox="0 0 1 1"
105
+ preserveAspectRatio="xMidYMid">
106
+ <path
107
+ transform="scale(0.7)"
108
+ 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"
109
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
110
+ id="path8-3" />
111
+ </marker>
112
+ <marker
113
+ style="overflow:visible"
114
+ id="RoundedArrow-3"
115
+ refX="0"
116
+ refY="0"
117
+ orient="auto-start-reverse"
118
+ markerWidth="1"
119
+ markerHeight="1"
120
+ viewBox="0 0 1 1"
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" />
127
+ </marker>
128
+ <rect
129
+ x="245.59363"
130
+ y="244.87389"
131
+ width="54.004059"
132
+ height="34.659817"
133
+ id="rect11-5" />
134
+ <marker
135
+ style="overflow:visible"
136
+ id="RoundedArrow-3-9"
137
+ refX="0"
138
+ refY="0"
139
+ orient="auto-start-reverse"
140
+ markerWidth="1"
141
+ markerHeight="1"
142
+ viewBox="0 0 1 1"
143
+ preserveAspectRatio="xMidYMid">
144
+ <path
145
+ transform="scale(0.7)"
146
+ 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"
147
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
148
+ id="path8-2-3" />
149
+ </marker>
150
+ <marker
151
+ style="overflow:visible"
152
+ id="RoundedArrow-8"
153
+ refX="0"
154
+ refY="0"
155
+ orient="auto-start-reverse"
156
+ markerWidth="1"
157
+ markerHeight="1"
158
+ viewBox="0 0 1 1"
159
+ preserveAspectRatio="xMidYMid">
160
+ <path
161
+ transform="scale(0.7)"
162
+ 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"
163
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
164
+ id="path8-6" />
165
+ </marker>
166
+ <marker
167
+ style="overflow:visible"
168
+ id="RoundedArrow-2"
169
+ refX="0"
170
+ refY="0"
171
+ orient="auto-start-reverse"
172
+ markerWidth="1"
173
+ markerHeight="1"
174
+ viewBox="0 0 1 1"
175
+ preserveAspectRatio="xMidYMid">
176
+ <path
177
+ transform="scale(0.7)"
178
+ 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"
179
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
180
+ id="path8-66" />
181
+ </marker>
182
+ </defs>
183
+ <g
184
+ id="layer1"
185
+ transform="translate(-3.1382165,-25.25345)">
186
+ <rect
187
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel"
188
+ id="rect20"
189
+ width="144.68359"
190
+ height="89.029297"
191
+ x="3.2705078"
192
+ y="25.385742" />
193
+ <circle
194
+ style="fill:#d45500;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel"
195
+ id="path2"
196
+ cx="79.375"
197
+ cy="57.18462"
198
+ r="4.5932617" />
199
+ <circle
200
+ style="fill:#ffffff;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
201
+ id="path2-5"
202
+ cx="79.375"
203
+ cy="57.18462"
204
+ r="2.6000977" />
205
+ <rect
206
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
207
+ id="rect2"
208
+ width="1.6816406"
209
+ height="18.017578"
210
+ x="78.53418"
211
+ y="59.784718" />
212
+ <rect
213
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
214
+ id="rect2-2"
215
+ width="1.6816406"
216
+ height="90.66748"
217
+ x="78.066879"
218
+ y="-124.70874"
219
+ transform="rotate(90)" />
220
+ <rect
221
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
222
+ id="rect2-7"
223
+ width="1.6816406"
224
+ height="18.017578"
225
+ x="78.678078"
226
+ y="32.603676"
227
+ transform="rotate(43.931476)" />
228
+ <rect
229
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
230
+ id="rect2-7-6"
231
+ width="1.6816406"
232
+ height="18.017578"
233
+ x="-35.648926"
234
+ y="142.74397"
235
+ transform="matrix(-0.72017008,0.69379757,0.69379757,0.72017008,0,0)" />
236
+ <rect
237
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
238
+ id="rect3"
239
+ width="10.529297"
240
+ height="10.529297"
241
+ x="74.313309"
242
+ y="48.514099"
243
+ transform="rotate(43.998468)" />
244
+ <rect
245
+ style="fill:#f9f9f9;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
246
+ id="rect3-6"
247
+ width="6.5009766"
248
+ height="6.5009766"
249
+ x="76.327454"
250
+ y="50.528259"
251
+ transform="rotate(43.998468)" />
252
+ <rect
253
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
254
+ id="rect3-9"
255
+ width="10.529297"
256
+ height="10.529297"
257
+ x="159.90002"
258
+ y="-34.243057"
259
+ transform="rotate(43.998468)" />
260
+ <rect
261
+ style="fill:#f9f9f9;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
262
+ id="rect3-6-2"
263
+ width="6.5009766"
264
+ height="6.5009766"
265
+ x="161.9142"
266
+ y="-32.228897"
267
+ transform="rotate(43.998468)" />
268
+ <path
269
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
270
+ d="M 79.374999,57.184613 H 110.5332"
271
+ id="path3" />
272
+ <path
273
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
274
+ d="M 34.003785,77.842341 76.547322,33.815304"
275
+ id="path4" />
276
+ <path
277
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
278
+ d="M 79.373915,57.183549 89.637507,46.557154"
279
+ id="path4-1" />
280
+ <path
281
+ style="fill:#000000;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
282
+ d="M 88.806149,45.512749 77.564219,34.680622"
283
+ id="path4-1-1" />
284
+ <path
285
+ style="fill:#000000;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8);marker-end:url(#RoundedArrow-8)"
286
+ d="m 31.651329,110.8777 5.484925,-5.71975"
287
+ id="path4-1-1-8" />
288
+ <path
289
+ style="fill:#000000;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
290
+ d="M 110.5332,76.846064 V 58.415879"
291
+ id="path3-8" />
292
+ <path
293
+ 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)"
294
+ d="m 88.166502,50.233933 c 0,0 1.609612,1.188538 1.958497,2.072753 0.439979,1.115086 -0.01953,3.596193 -0.01953,3.596193"
295
+ id="path5" />
296
+ <text
297
+ xml:space="preserve"
298
+ transform="matrix(0.26458333,0,0,0.26458333,-3.9272461,25.255413)"
299
+ id="text5"
300
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
301
+ x="356.63477"
302
+ y="105.9844"
303
+ id="tspan1">45°</tspan></text>
304
+ <text
305
+ xml:space="preserve"
306
+ transform="matrix(0.26458333,0,0,0.26458333,43.205078,2.5766986)"
307
+ id="text6"
308
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
309
+ x="259.9375"
310
+ y="251.54105"
311
+ id="tspan2">L1</tspan></text>
312
+ <text
313
+ xml:space="preserve"
314
+ transform="matrix(0.26458333,0,0,0.26458333,-18.386719,-32.78218)"
315
+ id="text7"
316
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
317
+ x="384.47266"
318
+ y="268.34378"
319
+ id="tspan3">L2</tspan></text>
320
+ <text
321
+ xml:space="preserve"
322
+ transform="matrix(0.26458333,0,0,0.26458333,-4.4467774,-12.999954)"
323
+ id="text8"
324
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8);display:inline"><tspan
325
+ x="282.23828"
326
+ y="272.50394"
327
+ id="tspan4">E1</tspan></text>
328
+ <text
329
+ xml:space="preserve"
330
+ transform="matrix(0.26458333,0,0,0.26458333,12.82373,4.0220107)"
331
+ id="text9"
332
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
333
+ x="258.30469"
334
+ y="276.01761"
335
+ id="tspan5">E2</tspan></text>
336
+ <path
337
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
338
+ d="m 70.881348,63.358445 3.528808,-3.042481"
339
+ id="path9" />
340
+ <text
341
+ xml:space="preserve"
342
+ transform="matrix(0.26458333,0,0,0.26458333,1.7543945,-5.8368704)"
343
+ id="text10"
344
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10);display:inline"><tspan
345
+ x="241.85938"
346
+ y="268.19339"
347
+ id="tspan6">D1</tspan></text>
348
+ <path
349
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-0)"
350
+ d="m 73.447157,73.701899 3.528808,3.042481"
351
+ id="path9-1" />
352
+ <text
353
+ xml:space="preserve"
354
+ transform="matrix(0.26458333,0,0,0.26458333,2.90625,6.2754275)"
355
+ id="text11"
356
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11);display:inline"><tspan
357
+ x="245.59375"
358
+ y="257.84964"
359
+ id="tspan7">R2</tspan></text>
360
+ <path
361
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3)"
362
+ d="M 39.967673,84.417593 36.438865,81.375112"
363
+ id="path9-6" />
364
+ <text
365
+ xml:space="preserve"
366
+ transform="matrix(0.26458333,0,0,0.26458333,-24.344627,18.590273)"
367
+ id="text11-7"
368
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-5);display:inline"><tspan
369
+ x="245.59375"
370
+ y="257.84964"
371
+ id="tspan8">R2</tspan></text>
372
+ <path
373
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3-9)"
374
+ d="m 28.712558,73.633735 3.528808,3.042481"
375
+ id="path9-6-4" />
376
+ <text
377
+ xml:space="preserve"
378
+ transform="matrix(0.26458333,0,0,0.26458333,-39.48877,-1.4169511)"
379
+ id="text12"
380
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12);display:inline"><tspan
381
+ x="229.39062"
382
+ y="280.49026"
383
+ id="tspan9">R2+E2</tspan></text>
384
+ <path
385
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
386
+ d="M 30.644855,111.67207 20.018459,101.40842"
387
+ id="path4-1-4" />
388
+ <path
389
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
390
+ d="M 37.958916,104.09768 27.33252,93.834072"
391
+ id="path4-1-4-3" />
392
+ <text
393
+ xml:space="preserve"
394
+ transform="matrix(0.26458333,0,0,0.26458333,-17.382813,26.861371)"
395
+ id="text13"
396
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13);display:inline"><tspan
397
+ x="200.47461"
398
+ y="321.14261"
399
+ id="tspan10">L3</tspan></text>
400
+ <text
401
+ xml:space="preserve"
402
+ transform="matrix(0.26458333,0,0,0.26458333,-33.938477,21.052286)"
403
+ id="text14"
404
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14);display:inline"><tspan
405
+ x="217.92773"
406
+ y="302.89456"
407
+ id="tspan11">E3</tspan></text>
408
+ <path
409
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
410
+ d="M 19.797063,86.329035 4.900853,71.93893"
411
+ id="path4-1-4-3-4" />
412
+ <path
413
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
414
+ d="M 79.284598,57.148016 48.372317,27.279324"
415
+ id="path4-1-4-3-4-6" />
416
+ <path
417
+ style="fill:#000000;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-2);marker-end:url(#RoundedArrow-2)"
418
+ d="M 47.35294,27.891962 5.7348611,70.889769"
419
+ id="path4-1-1-9" />
420
+ <text
421
+ xml:space="preserve"
422
+ transform="matrix(0.26458333,0,0,0.26458333,8.8442383,23.60258)"
423
+ id="text15"
424
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15);display:inline"><tspan
425
+ x="52.191406"
426
+ y="92.888702"
427
+ id="tspan12">L4</tspan></text>
428
+ </g>
429
+ </svg>