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,269 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="408.52563"
6
+ height="284.27762"
7
+ viewBox="0 0 108.08907 75.21512"
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
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview7"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ showgrid="false"
27
+ inkscape:zoom="1.1893044"
28
+ inkscape:cx="334.6494"
29
+ inkscape:cy="326.66153"
30
+ inkscape:window-width="1366"
31
+ inkscape:window-height="836"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="layer1" />
36
+ <defs
37
+ id="defs2">
38
+ <rect
39
+ x="75.861488"
40
+ y="1251.5566"
41
+ width="277.96835"
42
+ height="31.994486"
43
+ id="rect3049" />
44
+ <rect
45
+ x="422.8082"
46
+ y="1075.9572"
47
+ width="65.876877"
48
+ height="20.65447"
49
+ id="rect3041" />
50
+ <rect
51
+ x="425.802"
52
+ y="1087.4463"
53
+ width="45.196129"
54
+ height="19.416222"
55
+ id="rect3035" />
56
+ <rect
57
+ x="415.52158"
58
+ y="1086.8962"
59
+ width="42.305782"
60
+ height="20.754648"
61
+ id="rect3027" />
62
+ <rect
63
+ x="418.09167"
64
+ y="1077.2119"
65
+ width="38.820946"
66
+ height="32.481895"
67
+ id="rect3021" />
68
+ <rect
69
+ x="67.825706"
70
+ y="1358.3907"
71
+ width="52.190773"
72
+ height="24.399977"
73
+ id="rect3007" />
74
+ <rect
75
+ x="211.67084"
76
+ y="1334.2137"
77
+ width="83.302719"
78
+ height="48.307587"
79
+ id="rect3001" />
80
+ <rect
81
+ x="257.86963"
82
+ y="1223.868"
83
+ width="173.45676"
84
+ height="35.180927"
85
+ id="rect2983" />
86
+ <rect
87
+ x="331.33206"
88
+ y="843.46179"
89
+ width="163.35704"
90
+ height="40.192219"
91
+ id="rect2268-1" />
92
+ <rect
93
+ x="293.50467"
94
+ y="726.83801"
95
+ width="149.02356"
96
+ height="26.215099"
97
+ id="rect2362-7" />
98
+ </defs>
99
+ <g
100
+ inkscape:label="Layer 1"
101
+ inkscape:groupmode="layer"
102
+ id="layer1"
103
+ transform="translate(-16.096376,-261.51611)">
104
+ <rect
105
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
106
+ id="rect3059"
107
+ width="107.82449"
108
+ height="74.950516"
109
+ x="16.228668"
110
+ y="261.64841" />
111
+ <text
112
+ xml:space="preserve"
113
+ transform="matrix(0.26458333,0,0,0.26458333,12.292693,117.30806)"
114
+ id="text2360-9"
115
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2362-7);display:inline;fill:#0000ff"><tspan
116
+ x="293.50391"
117
+ y="739.81448"
118
+ id="tspan3362">addendum circle</tspan></text>
119
+ <circle
120
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
121
+ id="path2237-3"
122
+ cx="46.063362"
123
+ cy="296.6694"
124
+ r="23.860231" />
125
+ <circle
126
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
127
+ id="path2237-6-6"
128
+ cx="46.063362"
129
+ cy="296.6694"
130
+ r="28.572924" />
131
+ <circle
132
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
133
+ id="path2237-9-0"
134
+ cx="80.054466"
135
+ cy="283.72333"
136
+ r="12.41958" />
137
+ <circle
138
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
139
+ id="path2237-6-1-6"
140
+ cx="80.054466"
141
+ cy="283.72333"
142
+ r="20.666595" />
143
+ <circle
144
+ style="fill:none;stroke:#008000;stroke-width:0.264583"
145
+ id="path2237-9-0-2"
146
+ cx="80.054466"
147
+ cy="283.72333"
148
+ r="7.9018531" />
149
+ <circle
150
+ style="fill:none;stroke:#008000;stroke-width:0.264584"
151
+ id="path2237-9-0-2-6"
152
+ cx="46.063362"
153
+ cy="296.6694"
154
+ r="15.774741" />
155
+ <text
156
+ xml:space="preserve"
157
+ transform="matrix(0.26458333,0,0,0.26458333,-8.2506874,92.880283)"
158
+ id="text2266-8"
159
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2268-1);display:inline;fill:#800000"><tspan
160
+ x="331.33203"
161
+ y="856.43753"
162
+ id="tspan3364">primitive circle</tspan></text>
163
+ <text
164
+ xml:space="preserve"
165
+ transform="scale(0.26458333)"
166
+ id="text2981"
167
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2983);fill:#008000"><tspan
168
+ x="257.86914"
169
+ y="1236.8438"
170
+ id="tspan3366">dedendum circle</tspan></text>
171
+ <path
172
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
173
+ d="m 55.997202,311.27951 11.704796,13.80757"
174
+ id="path2987" />
175
+ <path
176
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
177
+ d="m 79.496512,292.53881 -8.213268,31.92886"
178
+ id="path2989" />
179
+ <path
180
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
181
+ d="m 66.191584,312.10414 12.003437,5.95196"
182
+ id="path2991" />
183
+ <path
184
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
185
+ d="m 82.176915,296.70872 -0.170829,19.8468"
186
+ id="path2993" />
187
+ <path
188
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
189
+ d="m 74.074255,307.55079 15.007063,4.08144"
190
+ id="path2995" />
191
+ <path
192
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
193
+ d="m 90.923559,302.9372 0.965978,7.52996"
194
+ id="path2997" />
195
+ <text
196
+ xml:space="preserve"
197
+ transform="matrix(0.26458333,0,0,0.26458333,22.844263,-71.200903)"
198
+ id="text2999"
199
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3001)"><tspan
200
+ x="211.66992"
201
+ y="1347.1895"
202
+ id="tspan3368">1</tspan></text>
203
+ <text
204
+ xml:space="preserve"
205
+ transform="matrix(0.26458333,0,0,0.26458333,27.558627,-63.748374)"
206
+ id="text3005"
207
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3007)"><tspan
208
+ x="67.826172"
209
+ y="1371.3672"
210
+ id="tspan3370">2</tspan></text>
211
+ <path
212
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
213
+ d="m 89.638051,275.62516 6.29648,-4.94255"
214
+ id="path3011" />
215
+ <path
216
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
217
+ d="m 42.917829,281.37154 -1.33047,-8.02148"
218
+ id="path3015" />
219
+ <text
220
+ xml:space="preserve"
221
+ transform="matrix(0.26458333,0,0,0.26458333,-24.096606,-16.253271)"
222
+ id="text3019"
223
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3021);fill:#0000ff"><tspan
224
+ x="418.0918"
225
+ y="1090.1875"
226
+ id="tspan3372">ah1</tspan></text>
227
+ <text
228
+ xml:space="preserve"
229
+ transform="matrix(0.26458333,0,0,0.26458333,-35.282189,-15.53546)"
230
+ id="text3025"
231
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3027);fill:#008000"><tspan
232
+ x="415.52148"
233
+ y="1099.8731"
234
+ id="tspan3374">dh1</tspan></text>
235
+ <path
236
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
237
+ d="m 82.595081,276.41814 1.675906,-4.2808"
238
+ id="path3031" />
239
+ <text
240
+ xml:space="preserve"
241
+ transform="matrix(0.26458333,0,0,0.26458333,-69.716215,-11.535799)"
242
+ id="text3033"
243
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3035);fill:#008000"><tspan
244
+ x="425.80273"
245
+ y="1100.4219"
246
+ id="tspan3376">dh2</tspan></text>
247
+ <text
248
+ xml:space="preserve"
249
+ transform="matrix(0.26458333,0,0,0.26458333,-66.887992,-16.122483)"
250
+ id="text3039"
251
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3041);fill:#0000ff"><tspan
252
+ x="422.80859"
253
+ y="1088.9336"
254
+ id="tspan3378">ah2</tspan></text>
255
+ <path
256
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
257
+ d="m 44.484237,273.03851 -0.330219,-4.76395"
258
+ id="path3045"
259
+ sodipodi:nodetypes="cc" />
260
+ <text
261
+ xml:space="preserve"
262
+ transform="scale(0.26458333)"
263
+ id="text3047"
264
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3049)"><tspan
265
+ x="75.861328"
266
+ y="1264.5332"
267
+ id="tspan3380">gear addendum and dedendum</tspan></text>
268
+ </g>
269
+ </svg>
@@ -0,0 +1,168 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="350.80731"
6
+ height="306.92639"
7
+ viewBox="0 0 92.817768 81.207608"
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
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview7"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ showgrid="false"
27
+ inkscape:zoom="1.1893044"
28
+ inkscape:cx="334.6494"
29
+ inkscape:cy="326.66153"
30
+ inkscape:window-width="1366"
31
+ inkscape:window-height="836"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="layer1" />
36
+ <defs
37
+ id="defs2">
38
+ <rect
39
+ x="64.681068"
40
+ y="842.86053"
41
+ width="345.65472"
42
+ height="20.310089"
43
+ id="rect2427" />
44
+ <rect
45
+ x="293.50467"
46
+ y="726.83801"
47
+ width="149.02356"
48
+ height="26.215099"
49
+ id="rect2362" />
50
+ <rect
51
+ x="230.87616"
52
+ y="578.86548"
53
+ width="53.60112"
54
+ height="20.043556"
55
+ id="rect2352" />
56
+ <rect
57
+ x="331.33206"
58
+ y="843.46179"
59
+ width="163.35704"
60
+ height="40.192219"
61
+ id="rect2268" />
62
+ </defs>
63
+ <g
64
+ inkscape:label="Layer 1"
65
+ inkscape:groupmode="layer"
66
+ id="layer1"
67
+ transform="translate(-15.948898,-146.8069)">
68
+ <rect
69
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
70
+ id="rect2483"
71
+ width="92.553185"
72
+ height="80.943016"
73
+ x="16.08119"
74
+ y="146.93919" />
75
+ <circle
76
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
77
+ id="path2237"
78
+ cx="45.62048"
79
+ cy="191.62617"
80
+ r="23.860231" />
81
+ <circle
82
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
83
+ id="path2237-6"
84
+ cx="45.62048"
85
+ cy="191.62617"
86
+ r="28.572924" />
87
+ <text
88
+ xml:space="preserve"
89
+ transform="matrix(0.26458333,0,0,0.26458333,-18.05193,-10.980396)"
90
+ id="text2266"
91
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2268);fill:#800000"><tspan
92
+ x="331.33203"
93
+ y="856.43753"
94
+ id="tspan2710">primitive circle</tspan></text>
95
+ <path
96
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
97
+ d="m 63.251579,208.73847 6.23869,5.42007"
98
+ id="path2272" />
99
+ <path
100
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
101
+ d="m 45.590496,171.00086 c 0,0 0.658108,-2.13256 1.129292,-3.1402 0.38061,-0.81394 0.780635,-1.64103 1.361753,-2.32636 0.613198,-0.72316 1.28014,-1.54177 2.186887,-1.81886 0.443965,-0.13567 0.936302,0.0233 1.385652,0.13991 0.38871,0.10087 0.828127,0.18742 1.106262,0.47709 0.502439,0.52328 0.638933,1.32017 0.779946,2.03177 0.182182,0.91936 0.156631,1.87767 0.06952,2.81084 -0.100195,1.07334 -0.676965,3.16237 -0.676965,3.16237"
102
+ id="path2274"
103
+ sodipodi:nodetypes="caaaaaaac" />
104
+ <path
105
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
106
+ d="m 55.774732,173.95935 c 0,0 1.546711,-1.60891 2.42065,-2.29708 0.705946,-0.55589 1.435143,-1.11478 2.262356,-1.46563 0.872875,-0.37022 1.836674,-0.80153 2.771181,-0.64132 0.457555,0.0785 0.825836,0.44182 1.174769,0.74801 0.301843,0.26489 0.65542,0.53976 0.773605,0.92357 0.213497,0.69332 -0.0229,1.46647 -0.216907,2.16549 -0.250649,0.90309 -0.704367,1.74758 -1.201767,2.54193 -0.57211,0.91367 -2.026595,2.52027 -2.026595,2.52027"
107
+ id="path2274-2"
108
+ sodipodi:nodetypes="caaaaaaac" />
109
+ <text
110
+ xml:space="preserve"
111
+ transform="matrix(0.26458333,0,0,0.26458333,-5.8180854,4.8008979)"
112
+ id="text2350"
113
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2352)"><tspan
114
+ x="230.87695"
115
+ y="591.84183"
116
+ id="tspan2712">teeth</tspan></text>
117
+ <path
118
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
119
+ d="m 54.295899,166.57842 3.51953,-4.54888"
120
+ id="path2356" />
121
+ <path
122
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
123
+ d="M 61.389704,169.45271 60.07314,162.10167"
124
+ id="path2358" />
125
+ <text
126
+ xml:space="preserve"
127
+ transform="matrix(0.26458333,0,0,0.26458333,-3.3635397,12.459132)"
128
+ id="text2360"
129
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2362);fill:#0000ff"><tspan
130
+ x="293.50391"
131
+ y="739.81448"
132
+ id="tspan2714">addendum circle</tspan></text>
133
+ <path
134
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
135
+ d="m 71.907881,204.87481 2.438902,2.17472"
136
+ id="path2366" />
137
+ <circle
138
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
139
+ id="path2237-9"
140
+ cx="90.582954"
141
+ cy="164.97415"
142
+ r="12.41958" />
143
+ <circle
144
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
145
+ id="path2237-6-1"
146
+ cx="90.582954"
147
+ cy="164.97415"
148
+ r="16.839554" />
149
+ <path
150
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
151
+ d="m 91.289896,174.00901 c 0,0 -0.929566,2.02899 -1.527653,2.96689 -0.48312,0.7576 -0.987205,1.52571 -1.652429,2.12974 -0.701938,0.63738 -1.469579,1.36241 -2.404629,1.51936 -0.457832,0.0768 -0.925339,-0.14473 -1.355733,-0.31873 -0.372313,-0.15051 -0.796766,-0.29341 -1.034919,-0.61676 -0.430205,-0.58411 -0.462017,-1.39198 -0.509391,-2.11587 -0.06121,-0.93524 0.08862,-1.88211 0.296235,-2.79605 0.238775,-1.05123 1.082036,-3.04763 1.082036,-3.04763"
152
+ id="path2274-7"
153
+ sodipodi:nodetypes="caaaaaaac" />
154
+ <path
155
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
156
+ d="m 83.432277,170.39407 c 0,0 -2.188136,0.43928 -3.298493,0.50604 -0.896914,0.0539 -1.814645,0.0971 -2.694217,-0.0866 -0.928136,-0.19378 -1.965785,-0.38927 -2.641972,-1.0539 -0.331052,-0.32547 -0.426313,-0.83395 -0.538266,-1.28447 -0.09684,-0.38976 -0.230468,-0.8172 -0.108623,-1.19987 0.220111,-0.69124 0.855271,-1.19145 1.413342,-1.65494 0.720992,-0.5988 1.575356,-1.03364 2.436997,-1.40239 0.991067,-0.42414 3.102129,-0.91413 3.102129,-0.91413"
157
+ id="path2274-2-0"
158
+ sodipodi:nodetypes="caaaaaaac" />
159
+ <text
160
+ xml:space="preserve"
161
+ transform="scale(0.26458333)"
162
+ id="text2425"
163
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2427)"><tspan
164
+ x="64.681641"
165
+ y="855.83792"
166
+ id="tspan2716">adherence replaced by teeth</tspan></text>
167
+ </g>
168
+ </svg>