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,471 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="571.53442"
6
+ height="441.38995"
7
+ viewBox="0 0 151.21848 116.78442"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (1:1.2.2+202305151914+b0a8486541)"
11
+ sodipodi:docname="gears.svg"
12
+ inkscape:export-filename="gear_base_left_circle_for_involute.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview7"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ showgrid="false"
30
+ inkscape:zoom="1.1893044"
31
+ inkscape:cx="328.34319"
32
+ inkscape:cy="7379.5237"
33
+ inkscape:window-width="1366"
34
+ inkscape:window-height="836"
35
+ inkscape:window-x="0"
36
+ inkscape:window-y="0"
37
+ inkscape:window-maximized="1"
38
+ inkscape:current-layer="layer1" />
39
+ <defs
40
+ id="defs2">
41
+ <rect
42
+ x="83.337189"
43
+ y="8050.2051"
44
+ width="303.77853"
45
+ height="39.305408"
46
+ id="rect35912" />
47
+ <rect
48
+ x="495.91095"
49
+ y="7774.0542"
50
+ width="99.971451"
51
+ height="48.71545"
52
+ id="rect35066" />
53
+ <rect
54
+ x="501.90182"
55
+ y="7891.0049"
56
+ width="105.22991"
57
+ height="44.36187"
58
+ id="rect34946" />
59
+ <rect
60
+ x="131.95403"
61
+ y="7993.8999"
62
+ width="178.92851"
63
+ height="41.570072"
64
+ id="rect32412" />
65
+ <rect
66
+ x="58.023674"
67
+ y="7943.9883"
68
+ width="180.29184"
69
+ height="47.355675"
70
+ id="rect32219" />
71
+ <marker
72
+ style="overflow:visible"
73
+ id="Arrow1L"
74
+ refX="0"
75
+ refY="0"
76
+ orient="auto-start-reverse"
77
+ inkscape:stockid="Arrow1L"
78
+ markerWidth="8.75"
79
+ markerHeight="5"
80
+ viewBox="0 0 8.75 5"
81
+ inkscape:isstock="true"
82
+ inkscape:collect="always"
83
+ preserveAspectRatio="xMidYMid">
84
+ <path
85
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
86
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
87
+ id="arrow1L"
88
+ transform="scale(-0.5)" />
89
+ </marker>
90
+ <marker
91
+ style="overflow:visible"
92
+ id="Arrow1L-56"
93
+ refX="0"
94
+ refY="0"
95
+ orient="auto-start-reverse"
96
+ inkscape:stockid="Arrow1L"
97
+ markerWidth="8.75"
98
+ markerHeight="5"
99
+ viewBox="0 0 8.75 5"
100
+ inkscape:isstock="true"
101
+ inkscape:collect="always"
102
+ preserveAspectRatio="xMidYMid">
103
+ <path
104
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
105
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
106
+ id="arrow1L-9"
107
+ transform="scale(-0.5)" />
108
+ </marker>
109
+ <rect
110
+ x="131.95403"
111
+ y="7993.8999"
112
+ width="178.92851"
113
+ height="41.570072"
114
+ id="rect32412-7" />
115
+ <rect
116
+ x="131.95403"
117
+ y="7993.8999"
118
+ width="178.92851"
119
+ height="41.570072"
120
+ id="rect32412-8" />
121
+ <marker
122
+ style="overflow:visible"
123
+ id="Arrow1L-29"
124
+ refX="0"
125
+ refY="0"
126
+ orient="auto-start-reverse"
127
+ inkscape:stockid="Arrow1L"
128
+ markerWidth="8.75"
129
+ markerHeight="5"
130
+ viewBox="0 0 8.75 5"
131
+ inkscape:isstock="true"
132
+ inkscape:collect="always"
133
+ preserveAspectRatio="xMidYMid">
134
+ <path
135
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
136
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
137
+ id="arrow1L-96"
138
+ transform="scale(-0.5)" />
139
+ </marker>
140
+ <marker
141
+ style="overflow:visible"
142
+ id="Arrow1L-56-0"
143
+ refX="0"
144
+ refY="0"
145
+ orient="auto-start-reverse"
146
+ inkscape:stockid="Arrow1L"
147
+ markerWidth="8.75"
148
+ markerHeight="5"
149
+ viewBox="0 0 8.75 5"
150
+ inkscape:isstock="true"
151
+ inkscape:collect="always"
152
+ preserveAspectRatio="xMidYMid">
153
+ <path
154
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
155
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
156
+ id="arrow1L-9-2"
157
+ transform="scale(-0.5)" />
158
+ </marker>
159
+ <rect
160
+ x="131.95403"
161
+ y="7993.8999"
162
+ width="178.92851"
163
+ height="41.570072"
164
+ id="rect32412-7-7" />
165
+ <marker
166
+ style="overflow:visible"
167
+ id="Arrow1L-29-1"
168
+ refX="0"
169
+ refY="0"
170
+ orient="auto-start-reverse"
171
+ inkscape:stockid="Arrow1L"
172
+ markerWidth="8.75"
173
+ markerHeight="5"
174
+ viewBox="0 0 8.75 5"
175
+ inkscape:isstock="true"
176
+ inkscape:collect="always"
177
+ preserveAspectRatio="xMidYMid">
178
+ <path
179
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
180
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
181
+ id="arrow1L-96-5"
182
+ transform="scale(-0.5)" />
183
+ </marker>
184
+ <marker
185
+ style="overflow:visible"
186
+ id="Arrow1L-29-1-9"
187
+ refX="0"
188
+ refY="0"
189
+ orient="auto-start-reverse"
190
+ inkscape:stockid="Arrow1L"
191
+ markerWidth="8.75"
192
+ markerHeight="5"
193
+ viewBox="0 0 8.75 5"
194
+ inkscape:isstock="true"
195
+ inkscape:collect="always"
196
+ preserveAspectRatio="xMidYMid">
197
+ <path
198
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
199
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
200
+ id="arrow1L-96-5-1"
201
+ transform="scale(-0.5)" />
202
+ </marker>
203
+ <marker
204
+ style="overflow:visible"
205
+ id="Arrow1L-29-1-91"
206
+ refX="0"
207
+ refY="0"
208
+ orient="auto-start-reverse"
209
+ inkscape:stockid="Arrow1L"
210
+ markerWidth="8.75"
211
+ markerHeight="5"
212
+ viewBox="0 0 8.75 5"
213
+ inkscape:isstock="true"
214
+ inkscape:collect="always"
215
+ preserveAspectRatio="xMidYMid">
216
+ <path
217
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
218
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
219
+ id="arrow1L-96-5-0"
220
+ transform="scale(-0.5)" />
221
+ </marker>
222
+ <marker
223
+ style="overflow:visible"
224
+ id="Arrow1L-29-1-9-7"
225
+ refX="0"
226
+ refY="0"
227
+ orient="auto-start-reverse"
228
+ inkscape:stockid="Arrow1L"
229
+ markerWidth="8.75"
230
+ markerHeight="5"
231
+ viewBox="0 0 8.75 5"
232
+ inkscape:isstock="true"
233
+ inkscape:collect="always"
234
+ preserveAspectRatio="xMidYMid">
235
+ <path
236
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
237
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
238
+ id="arrow1L-96-5-1-5"
239
+ transform="scale(-0.5)" />
240
+ </marker>
241
+ <rect
242
+ x="495.91095"
243
+ y="7774.0542"
244
+ width="99.971451"
245
+ height="48.71545"
246
+ id="rect35066-0" />
247
+ <rect
248
+ x="501.90182"
249
+ y="7891.0049"
250
+ width="105.22991"
251
+ height="44.36187"
252
+ id="rect34946-4" />
253
+ </defs>
254
+ <g
255
+ inkscape:label="Layer 1"
256
+ inkscape:groupmode="layer"
257
+ id="layer1"
258
+ transform="translate(-4.4735107,-2023.263)">
259
+ <rect
260
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none"
261
+ id="rect36094"
262
+ width="150.95389"
263
+ height="116.51987"
264
+ x="4.6058025"
265
+ y="2023.3954" />
266
+ <path
267
+ style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
268
+ d="m 62.747847,2042.1061 -8.011491,0.7416 -2.786946,14.1364 -4.688359,11.3425 -4.777541,15.3467 -3.973719,1.1185 -5.894326,3.3043 0.0164,-45.8863"
269
+ id="path32225-6"
270
+ sodipodi:nodetypes="cccccccc" />
271
+ <path
272
+ style="fill:#e6e6e6;stroke:#e6e6e6;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
273
+ d="m 97.331157,2104.4397 7.117273,-6.1535 7.54135,-2.6353 2.85038,-8.5087 2.65659,-6.1056 4.55019,-5.3798 2.3281,-9.143 0.15284,37.9112"
274
+ id="path32229-4" />
275
+ <text
276
+ xml:space="preserve"
277
+ transform="matrix(0.26458333,0,0,0.26458333,-7.95848,-22.613624)"
278
+ id="text32217"
279
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32219);fill:#aa0000"><tspan
280
+ x="58.023438"
281
+ y="7956.9649"
282
+ id="tspan38097">primitive circle</tspan></text>
283
+ <path
284
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
285
+ d="m 96.787908,2104.5913 7.117272,-6.1534 7.54135,-2.6354 2.85038,-8.5086 2.65659,-6.1056 4.55019,-5.3798 2.3281,-9.1431"
286
+ id="path32229" />
287
+ <path
288
+ style="fill:#e6e6e6;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
289
+ d="m 32.855886,2104.2566 4.79326,-14.1258 5.006029,-6.0574 10.014354,-17.6976 c 0,0 2.833005,-10.6669 2.634867,-11.1776 -0.198136,-0.5106 6.570657,-5.937 6.570657,-5.937 l 3.973158,9.7306 4.495437,12.9695 2.578381,5.1406 3.524742,10.5431 9.929415,16.138 10.411722,0.8031"
290
+ id="path32223"
291
+ sodipodi:nodetypes="ccccsccccccc" />
292
+ <path
293
+ style="fill:#b3b3b3;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
294
+ d="m 62.721479,2042.185 5.671473,10.6652 2.832133,15.2676 4.186113,16.1638 3.544514,4.7728 6.651408,8.4541 9.923578,1.6517 8.423142,-7.823 11.4571,-7.2851 1.16367,-5.2861 2.25153,-7.0532 1.79118,-7.5252 1.73887,-21.3524"
295
+ id="path32260"
296
+ sodipodi:nodetypes="ccccccccccccc" />
297
+ <path
298
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
299
+ d="m 32.589097,2088.175 6.117386,-3.0732 3.887076,-0.938 4.641124,-15.7583 4.688359,-11.3425 2.786946,-14.1364 8.011491,-0.7416"
300
+ id="path32225"
301
+ sodipodi:nodetypes="ccccccc" />
302
+ <path
303
+ style="fill:none;stroke:#d40000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
304
+ d="M 21.888861,2084.2466 H 124.10032"
305
+ id="path32215" />
306
+ <rect
307
+ style="fill:none;stroke:#008000;stroke-width:0.529167;stroke-dasharray:none"
308
+ id="rect32341"
309
+ width="32.531742"
310
+ height="41.615604"
311
+ x="42.628876"
312
+ y="2042.4982" />
313
+ <rect
314
+ style="fill:none;stroke:#008000;stroke-width:0.529167;stroke-dasharray:none"
315
+ id="rect32341-2"
316
+ width="40.322498"
317
+ height="20.556656"
318
+ x="75.286194"
319
+ y="2084.2305" />
320
+ <rect
321
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582;stroke-dasharray:none"
322
+ id="rect32341-6"
323
+ width="32.137642"
324
+ height="34.648239"
325
+ x="42.903057"
326
+ y="2049.1594" />
327
+ <rect
328
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582;stroke-dasharray:none"
329
+ id="rect32341-6-7"
330
+ width="39.699848"
331
+ height="14.7377"
332
+ x="75.611427"
333
+ y="2084.5359" />
334
+ <text
335
+ xml:space="preserve"
336
+ transform="matrix(0.26458333,0,0,0.26458333,12.232029,0.14932096)"
337
+ id="text32410"
338
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32412)"><tspan
339
+ x="131.95312"
340
+ y="8006.877"
341
+ id="tspan38099">addendum
342
+ </tspan><tspan
343
+ x="131.95312"
344
+ y="8025.2105"
345
+ id="tspan38101">thickness 1</tspan></text>
346
+ <path
347
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L);marker-end:url(#Arrow1L)"
348
+ d="m 43.278643,2113.5479 h 30.12383"
349
+ id="path32416" />
350
+ <path
351
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-56);marker-end:url(#Arrow1L-56)"
352
+ d="M 76.519352,2113.5873 H 113.38558"
353
+ id="path32416-8" />
354
+ <text
355
+ xml:space="preserve"
356
+ transform="matrix(0.26458333,0,0,0.26458333,50.340981,0.7378848)"
357
+ id="text32410-2"
358
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32412-7);display:inline"><tspan
359
+ x="131.95312"
360
+ y="8006.877"
361
+ id="tspan38103">dedendum
362
+ </tspan><tspan
363
+ x="131.95312"
364
+ y="8025.2105"
365
+ id="tspan38105">thickness 1</tspan></text>
366
+ <text
367
+ xml:space="preserve"
368
+ transform="matrix(0.26458333,0,0,0.26458333,50.130614,-88.898535)"
369
+ id="text32410-6"
370
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32412-8);display:inline"><tspan
371
+ x="131.95312"
372
+ y="8006.877"
373
+ id="tspan38107">addendum
374
+ </tspan><tspan
375
+ x="131.95312"
376
+ y="8025.2105"
377
+ id="tspan38109">thickness 2</tspan></text>
378
+ <path
379
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-29);marker-end:url(#Arrow1L-29)"
380
+ d="m 43.359698,2036.6649 h 30.12383"
381
+ id="path32416-1" />
382
+ <path
383
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-56-0);marker-end:url(#Arrow1L-56-0)"
384
+ d="M 76.600407,2036.7043 H 113.46663"
385
+ id="path32416-8-3" />
386
+ <text
387
+ xml:space="preserve"
388
+ transform="matrix(0.26458333,0,0,0.26458333,13.03342,-89.323266)"
389
+ id="text32410-2-2"
390
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32412-7-7);display:inline"><tspan
391
+ x="131.95312"
392
+ y="8006.877"
393
+ id="tspan38111">dedendum
394
+ </tspan><tspan
395
+ x="131.95312"
396
+ y="8025.2105"
397
+ id="tspan38113">thickness 2</tspan></text>
398
+ <path
399
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-29-1);marker-end:url(#Arrow1L-29-1)"
400
+ d="m 129.56124,2044.5229 v 38.172"
401
+ id="path32416-1-9" />
402
+ <path
403
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-29-1-9);marker-end:url(#Arrow1L-29-1-9)"
404
+ d="m 129.54038,2085.8875 v 12.2016"
405
+ id="path32416-1-9-4" />
406
+ <text
407
+ xml:space="preserve"
408
+ transform="matrix(0.26458333,0,0,0.26458333,-1.294839,-0.63655674)"
409
+ id="text34944"
410
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect34946)"><tspan
411
+ x="501.90234"
412
+ y="7903.9805"
413
+ id="tspan38115">addendum
414
+ </tspan><tspan
415
+ x="501.90234"
416
+ y="7922.314"
417
+ id="tspan38117">height 2</tspan></text>
418
+ <text
419
+ xml:space="preserve"
420
+ transform="matrix(0.26458333,0,0,0.26458333,-0.9611355,1.8079949)"
421
+ id="text35064"
422
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35066)"><tspan
423
+ x="495.91016"
424
+ y="7787.0313"
425
+ id="tspan38119">dedendum
426
+ </tspan><tspan
427
+ x="495.91016"
428
+ y="7805.3648"
429
+ id="tspan38121">height 2</tspan></text>
430
+ <path
431
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-29-1-91);marker-end:url(#Arrow1L-29-1-91)"
432
+ d="m 38.198625,2050.5952 v 32.2915"
433
+ id="path32416-1-9-8" />
434
+ <path
435
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-29-1-9-7);marker-end:url(#Arrow1L-29-1-9-7)"
436
+ d="m 38.222955,2086.4026 v 15.8245"
437
+ id="path32416-1-9-4-7" />
438
+ <text
439
+ xml:space="preserve"
440
+ transform="matrix(0.26458333,0,0,0.26458333,-118.21113,-28.371158)"
441
+ id="text34944-8"
442
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect34946-4);display:inline"><tspan
443
+ x="501.90234"
444
+ y="7903.9805"
445
+ id="tspan38123">addendum
446
+ </tspan><tspan
447
+ x="501.90234"
448
+ y="7922.314"
449
+ id="tspan38125">height 1</tspan></text>
450
+ <text
451
+ xml:space="preserve"
452
+ transform="matrix(0.26458333,0,0,0.26458333,-114.22755,33.46392)"
453
+ id="text35064-0"
454
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35066-0);display:inline"><tspan
455
+ x="495.91016"
456
+ y="7787.0313"
457
+ id="tspan38127">dedendum
458
+ </tspan><tspan
459
+ x="495.91016"
460
+ y="7805.3648"
461
+ id="tspan38129">height 1</tspan></text>
462
+ <text
463
+ xml:space="preserve"
464
+ transform="matrix(0.26458333,0,0,0.26458333,-15.807464,4.3798579)"
465
+ id="text35910"
466
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35912)"><tspan
467
+ x="83.337891"
468
+ y="8063.1817"
469
+ id="tspan38131">addendum and dedendum sizes</tspan></text>
470
+ </g>
471
+ </svg>