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,547 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="410.22653"
6
+ height="425.31885"
7
+ viewBox="0 0 108.5391 112.53228"
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="156.62485"
16
+ y="1875.1213"
17
+ width="36.979561"
18
+ height="22.849606"
19
+ id="rect19" />
20
+ <marker
21
+ style="overflow:visible"
22
+ id="marker5"
23
+ refX="0"
24
+ refY="0"
25
+ orient="auto-start-reverse"
26
+ markerWidth="1"
27
+ markerHeight="1"
28
+ viewBox="0 0 1 1"
29
+ preserveAspectRatio="xMidYMid">
30
+ <path
31
+ transform="scale(0.7)"
32
+ 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"
33
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
34
+ id="path5" />
35
+ </marker>
36
+ <marker
37
+ style="overflow:visible"
38
+ id="marker5-0"
39
+ refX="0"
40
+ refY="0"
41
+ orient="auto-start-reverse"
42
+ markerWidth="1"
43
+ markerHeight="1"
44
+ viewBox="0 0 1 1"
45
+ preserveAspectRatio="xMidYMid">
46
+ <path
47
+ transform="scale(0.7)"
48
+ 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"
49
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
50
+ id="path5-39" />
51
+ </marker>
52
+ <marker
53
+ style="overflow:visible"
54
+ id="marker5-0-3"
55
+ refX="0"
56
+ refY="0"
57
+ orient="auto-start-reverse"
58
+ markerWidth="1"
59
+ markerHeight="1"
60
+ viewBox="0 0 1 1"
61
+ preserveAspectRatio="xMidYMid">
62
+ <path
63
+ transform="scale(0.7)"
64
+ 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"
65
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
66
+ id="path5-39-3" />
67
+ </marker>
68
+ <marker
69
+ style="overflow:visible"
70
+ id="marker5-0-3-6"
71
+ refX="0"
72
+ refY="0"
73
+ orient="auto-start-reverse"
74
+ markerWidth="1"
75
+ markerHeight="1"
76
+ viewBox="0 0 1 1"
77
+ preserveAspectRatio="xMidYMid">
78
+ <path
79
+ transform="scale(0.7)"
80
+ 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"
81
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
82
+ id="path5-39-3-7" />
83
+ </marker>
84
+ <marker
85
+ style="overflow:visible"
86
+ id="marker5-0-3-7"
87
+ refX="0"
88
+ refY="0"
89
+ orient="auto-start-reverse"
90
+ markerWidth="1"
91
+ markerHeight="1"
92
+ viewBox="0 0 1 1"
93
+ preserveAspectRatio="xMidYMid">
94
+ <path
95
+ transform="scale(0.7)"
96
+ 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"
97
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
98
+ id="path5-39-3-2" />
99
+ </marker>
100
+ <marker
101
+ style="overflow:visible"
102
+ id="marker5-0-3-7-6"
103
+ refX="0"
104
+ refY="0"
105
+ orient="auto-start-reverse"
106
+ markerWidth="1"
107
+ markerHeight="1"
108
+ viewBox="0 0 1 1"
109
+ preserveAspectRatio="xMidYMid">
110
+ <path
111
+ transform="scale(0.7)"
112
+ 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"
113
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
114
+ id="path5-39-3-2-0" />
115
+ </marker>
116
+ <rect
117
+ x="156.62485"
118
+ y="1875.1213"
119
+ width="36.979561"
120
+ height="22.849606"
121
+ id="rect19-3" />
122
+ <rect
123
+ x="156.62485"
124
+ y="1875.1213"
125
+ width="36.979561"
126
+ height="22.849606"
127
+ id="rect19-1" />
128
+ <rect
129
+ x="156.62485"
130
+ y="1875.1213"
131
+ width="36.979561"
132
+ height="22.849606"
133
+ id="rect19-5" />
134
+ </defs>
135
+ <g
136
+ id="layer1"
137
+ transform="translate(-27.101656,-393.40222)">
138
+ <rect
139
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
140
+ id="rect12-9"
141
+ width="108.27451"
142
+ height="112.26769"
143
+ x="27.233948"
144
+ y="393.53452" />
145
+ <rect
146
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
147
+ id="rect2-2-6-6-2"
148
+ width="93.92382"
149
+ height="2.7304668"
150
+ x="32.400127"
151
+ y="479.85205" />
152
+ <rect
153
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
154
+ id="rect2-0"
155
+ width="93.92382"
156
+ height="8.4765606"
157
+ x="32.400127"
158
+ y="436.58542" />
159
+ <rect
160
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
161
+ id="rect2-2-68"
162
+ width="93.92382"
163
+ height="2.7304668"
164
+ x="32.400127"
165
+ y="428.59827" />
166
+ <rect
167
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
168
+ id="rect2-2-7-9"
169
+ width="93.92382"
170
+ height="2.7304668"
171
+ x="32.400127"
172
+ y="450.31866" />
173
+ <rect
174
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
175
+ id="rect2-2-6-2"
176
+ width="93.92382"
177
+ height="2.7304668"
178
+ x="32.400127"
179
+ y="399.06491" />
180
+ <rect
181
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
182
+ id="rect2-5-6"
183
+ width="2.5361254"
184
+ height="83.517578"
185
+ x="32.400127"
186
+ y="399.06491" />
187
+ <rect
188
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
189
+ id="rect2-5-9-6"
190
+ width="2.5361254"
191
+ height="83.517578"
192
+ x="123.78784"
193
+ y="399.06491" />
194
+ <rect
195
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
196
+ id="rect2-5-2-4"
197
+ width="2.5361254"
198
+ height="83.517578"
199
+ x="69.479675"
200
+ y="399.06491" />
201
+ <rect
202
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
203
+ id="rect2-5-7-95"
204
+ width="2.5361254"
205
+ height="83.517578"
206
+ x="86.708267"
207
+ y="399.06491" />
208
+ <rect
209
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
210
+ id="rect2-5-7-9-0"
211
+ width="2.5361254"
212
+ height="83.517578"
213
+ x="93.380203"
214
+ y="399.06491" />
215
+ <rect
216
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
217
+ id="rect2-5-7-9-6-4"
218
+ width="2.5361254"
219
+ height="83.517578"
220
+ x="62.807735"
221
+ y="399.06491" />
222
+ <rect
223
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
224
+ id="rect2-5-7-9-1-8"
225
+ width="2.5361254"
226
+ height="83.517578"
227
+ x="106.85976"
228
+ y="399.06491" />
229
+ <rect
230
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
231
+ id="rect2-5-7-9-1-9-7"
232
+ width="2.5361254"
233
+ height="83.517578"
234
+ x="113.53168"
235
+ y="399.06491" />
236
+ <rect
237
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
238
+ id="rect2-5-7-9-6-7-17"
239
+ width="2.5361254"
240
+ height="83.517578"
241
+ x="49.328167"
242
+ y="399.06491" />
243
+ <rect
244
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
245
+ id="rect2-5-7-9-6-7-8-2"
246
+ width="2.5361254"
247
+ height="83.517578"
248
+ x="42.656231"
249
+ y="399.06491" />
250
+ <rect
251
+ style="fill:#006680;stroke:#006680;stroke-width:0.264583"
252
+ id="rect18-1"
253
+ width="5.6609969"
254
+ height="4.5609765"
255
+ x="76.480705"
256
+ y="482.20694"
257
+ ry="0.9708907" />
258
+ <rect
259
+ style="fill:#006680;stroke:#006680;stroke-width:0.264583"
260
+ id="rect18-1-3"
261
+ width="5.6609969"
262
+ height="4.5609765"
263
+ x="55.83905"
264
+ y="482.47153"
265
+ ry="0.9708907" />
266
+ <rect
267
+ style="opacity:0.8;fill:#ffccaa;fill-opacity:1;stroke:#ffccaa;stroke-width:0.264582;stroke-opacity:1"
268
+ id="rect18-7-3-7-0"
269
+ width="1.7017888"
270
+ height="91.518517"
271
+ x="37.176998"
272
+ y="395.77856"
273
+ ry="0" />
274
+ <rect
275
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
276
+ id="rect18-1-8"
277
+ width="5.6609969"
278
+ height="4.5609765"
279
+ x="35.197395"
280
+ y="482.73615"
281
+ ry="0.9708907" />
282
+ <rect
283
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
284
+ id="rect18-7-5-7"
285
+ width="5.6609969"
286
+ height="4.5609765"
287
+ x="35.197395"
288
+ y="426.54361"
289
+ ry="0.9708907" />
290
+ <rect
291
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
292
+ id="rect18-7-3-7"
293
+ width="5.6609969"
294
+ height="4.5609765"
295
+ x="35.197395"
296
+ y="451.97113"
297
+ ry="0.9708907" />
298
+ <rect
299
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
300
+ id="rect18-7-9"
301
+ width="5.6609969"
302
+ height="4.5609765"
303
+ x="35.197395"
304
+ y="395.77856"
305
+ ry="0.9708907" />
306
+ <rect
307
+ style="opacity:0.8;fill:#ffccaa;fill-opacity:1;stroke:#ffccaa;stroke-width:0.264582;stroke-opacity:1"
308
+ id="rect18-7-3-7-0-2"
309
+ width="1.7017888"
310
+ height="91.518517"
311
+ x="57.818653"
312
+ y="395.51395"
313
+ ry="0" />
314
+ <rect
315
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
316
+ id="rect18-1-8-5"
317
+ width="5.6609969"
318
+ height="4.5609765"
319
+ x="55.83905"
320
+ y="482.47153"
321
+ ry="0.9708907" />
322
+ <rect
323
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
324
+ id="rect18-7-5-7-4"
325
+ width="5.6609969"
326
+ height="4.5609765"
327
+ x="55.83905"
328
+ y="426.27899"
329
+ ry="0.9708907" />
330
+ <rect
331
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
332
+ id="rect18-7-3-7-05"
333
+ width="5.6609969"
334
+ height="4.5609765"
335
+ x="55.83905"
336
+ y="451.70651"
337
+ ry="0.9708907" />
338
+ <rect
339
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
340
+ id="rect18-7-9-9"
341
+ width="5.6609969"
342
+ height="4.5609765"
343
+ x="55.83905"
344
+ y="395.51395"
345
+ ry="0.9708907" />
346
+ <rect
347
+ style="opacity:0.8;fill:#ffccaa;fill-opacity:1;stroke:#ffccaa;stroke-width:0.264582;stroke-opacity:1"
348
+ id="rect18-7-3-7-0-22"
349
+ width="1.7017888"
350
+ height="91.518517"
351
+ x="78.460304"
352
+ y="395.24936"
353
+ ry="0" />
354
+ <rect
355
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
356
+ id="rect18-1-8-4"
357
+ width="5.6609969"
358
+ height="4.5609765"
359
+ x="76.480705"
360
+ y="482.20694"
361
+ ry="0.9708907" />
362
+ <rect
363
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
364
+ id="rect18-7-5-7-7"
365
+ width="5.6609969"
366
+ height="4.5609765"
367
+ x="76.480705"
368
+ y="426.0144"
369
+ ry="0.9708907" />
370
+ <rect
371
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
372
+ id="rect18-7-3-7-7"
373
+ width="5.6609969"
374
+ height="4.5609765"
375
+ x="76.480705"
376
+ y="451.44193"
377
+ ry="0.9708907" />
378
+ <rect
379
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
380
+ id="rect18-7-9-5"
381
+ width="5.6609969"
382
+ height="4.5609765"
383
+ x="76.480705"
384
+ y="395.24936"
385
+ ry="0.9708907" />
386
+ <rect
387
+ style="opacity:0.8;fill:#ffccaa;fill-opacity:1;stroke:#ffccaa;stroke-width:0.264582;stroke-opacity:1"
388
+ id="rect18-7-3-7-0-28"
389
+ width="1.7017888"
390
+ height="91.518517"
391
+ x="99.366554"
392
+ y="395.24936"
393
+ ry="0" />
394
+ <rect
395
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
396
+ id="rect18-1-8-9"
397
+ width="5.6609969"
398
+ height="4.5609765"
399
+ x="97.386948"
400
+ y="482.20694"
401
+ ry="0.9708907" />
402
+ <rect
403
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
404
+ id="rect18-7-5-7-3"
405
+ width="5.6609969"
406
+ height="4.5609765"
407
+ x="97.386948"
408
+ y="426.0144"
409
+ ry="0.9708907" />
410
+ <rect
411
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
412
+ id="rect18-7-3-7-6"
413
+ width="5.6609969"
414
+ height="4.5609765"
415
+ x="97.386948"
416
+ y="451.44193"
417
+ ry="0.9708907" />
418
+ <rect
419
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
420
+ id="rect18-7-9-8"
421
+ width="5.6609969"
422
+ height="4.5609765"
423
+ x="97.386948"
424
+ y="395.24936"
425
+ ry="0.9708907" />
426
+ <rect
427
+ style="opacity:0.8;fill:#ffccaa;fill-opacity:1;stroke:#ffccaa;stroke-width:0.264582;stroke-opacity:1"
428
+ id="rect18-7-3-7-0-0"
429
+ width="1.7017888"
430
+ height="91.518517"
431
+ x="120.0082"
432
+ y="394.98477"
433
+ ry="0" />
434
+ <rect
435
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
436
+ id="rect18-1-8-51"
437
+ width="5.6609969"
438
+ height="4.5609765"
439
+ x="118.0286"
440
+ y="481.94235"
441
+ ry="0.9708907" />
442
+ <rect
443
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
444
+ id="rect18-7-5-7-1"
445
+ width="5.6609969"
446
+ height="4.5609765"
447
+ x="118.0286"
448
+ y="425.74982"
449
+ ry="0.9708907" />
450
+ <rect
451
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
452
+ id="rect18-7-3-7-08"
453
+ width="5.6609969"
454
+ height="4.5609765"
455
+ x="118.0286"
456
+ y="451.17734"
457
+ ry="0.9708907" />
458
+ <rect
459
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
460
+ id="rect18-7-9-50"
461
+ width="5.6609969"
462
+ height="4.5609765"
463
+ x="118.0286"
464
+ y="394.98477"
465
+ ry="0.9708907" />
466
+ <path
467
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
468
+ d="m 97.386948,484.48743 v 10.10645"
469
+ id="path18" />
470
+ <path
471
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
472
+ d="m 103.18024,484.48743 v 10.10645"
473
+ id="path18-2" />
474
+ <path
475
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
476
+ d="M 121.76696,481.81008 V 494.5939"
477
+ id="path18-4" />
478
+ <path
479
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
480
+ d="M 119.87591,481.81008 V 494.5939"
481
+ id="path18-9" />
482
+ <path
483
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
484
+ d="M 58.801839,487.16475 V 497.2712"
485
+ id="path18-1" />
486
+ <path
487
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
488
+ d="m 79.178912,486.90021 v 10.10645"
489
+ id="path18-0" />
490
+ <path
491
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker5);marker-end:url(#marker5)"
492
+ d="m 59.800128,497.2712 h 18.3188"
493
+ id="path19" />
494
+ <path
495
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker5-0);marker-end:url(#marker5-0)"
496
+ d="m 98.61832,494.59388 h 3.23751"
497
+ id="path19-9" />
498
+ <path
499
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-0-3)"
500
+ d="m 115.25337,494.5939 h 3.23751"
501
+ id="path19-9-0" />
502
+ <path
503
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-0-3-6)"
504
+ d="m 126.3895,494.5939 h -3.23751"
505
+ id="path19-9-0-6" />
506
+ <path
507
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-0-3-7)"
508
+ d="m 45.445068,495.03626 -3.736883,-6.49629"
509
+ id="path19-9-0-2" />
510
+ <path
511
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-0-3-7-6)"
512
+ d="m 47.49725,494.80825 7.492007,-6.53289"
513
+ id="path19-9-0-2-7" />
514
+ <text
515
+ xml:space="preserve"
516
+ transform="matrix(0.26458333,0,0,0.26458333,23.418078,1.5820132)"
517
+ id="text19"
518
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19)"><tspan
519
+ x="156.625"
520
+ y="1888.0977"
521
+ id="tspan1">rod2</tspan></text>
522
+ <text
523
+ xml:space="preserve"
524
+ transform="matrix(0.26458333,0,0,0.26458333,55.094797,-0.39570039)"
525
+ id="text19-9"
526
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-1);display:inline"><tspan
527
+ x="156.625"
528
+ y="1888.0977"
529
+ id="tspan2">rod3</tspan></text>
530
+ <text
531
+ xml:space="preserve"
532
+ transform="matrix(0.26458333,0,0,0.26458333,1.4895822,-1.0955041)"
533
+ id="text19-1"
534
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-3);display:inline"><tspan
535
+ x="156.625"
536
+ y="1888.0977"
537
+ id="tspan3">rod1</tspan></text>
538
+ <text
539
+ xml:space="preserve"
540
+ transform="matrix(0.26458333,0,0,0.26458333,75.598034,-0.56502765)"
541
+ id="text19-7"
542
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-5);display:inline"><tspan
543
+ x="156.625"
544
+ y="1888.0977"
545
+ id="tspan4">rod4</tspan></text>
546
+ </g>
547
+ </svg>