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,381 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="275.93549"
6
+ height="258.38806"
7
+ viewBox="0 0 73.007931 68.365173"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (1:1.2.2+202305151914+b0a8486541)"
11
+ sodipodi:docname="involute_of_circle.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.6819304"
28
+ inkscape:cx="245.2539"
29
+ inkscape:cy="1547.9237"
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="36.400284"
40
+ y="1385.045"
41
+ width="164.14203"
42
+ height="25.889936"
43
+ id="rect1057" />
44
+ <marker
45
+ style="overflow:visible"
46
+ id="Arrow1L-5-3"
47
+ refX="0"
48
+ refY="0"
49
+ orient="auto-start-reverse"
50
+ inkscape:stockid="Arrow1L"
51
+ markerWidth="8.75"
52
+ markerHeight="5"
53
+ viewBox="0 0 8.75 5"
54
+ inkscape:isstock="true"
55
+ inkscape:collect="always"
56
+ preserveAspectRatio="xMidYMid">
57
+ <path
58
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
59
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
60
+ id="arrow1L-3-6"
61
+ transform="scale(-0.5)" />
62
+ </marker>
63
+ <rect
64
+ x="297.44699"
65
+ y="262.57495"
66
+ width="73.803772"
67
+ height="34.937069"
68
+ id="rect1409-7-7" />
69
+ <marker
70
+ style="overflow:visible"
71
+ id="Arrow1L-53"
72
+ refX="0"
73
+ refY="0"
74
+ orient="auto-start-reverse"
75
+ inkscape:stockid="Arrow1L"
76
+ markerWidth="8.75"
77
+ markerHeight="5"
78
+ viewBox="0 0 8.75 5"
79
+ inkscape:isstock="true"
80
+ inkscape:collect="always"
81
+ preserveAspectRatio="xMidYMid">
82
+ <path
83
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
84
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
85
+ id="arrow1L-5"
86
+ transform="scale(-0.5)" />
87
+ </marker>
88
+ <rect
89
+ x="297.44699"
90
+ y="262.57495"
91
+ width="73.803772"
92
+ height="34.937069"
93
+ id="rect1409-6" />
94
+ <rect
95
+ x="134.53432"
96
+ y="178.27589"
97
+ width="23.407116"
98
+ height="18.097927"
99
+ id="rect1503-2" />
100
+ <rect
101
+ x="154.52042"
102
+ y="258.84622"
103
+ width="53.161572"
104
+ height="18.636742"
105
+ id="rect1517-9" />
106
+ <rect
107
+ x="165.53709"
108
+ y="227.93633"
109
+ width="17.956255"
110
+ height="23.248026"
111
+ id="rect1529-1" />
112
+ <rect
113
+ x="277.39005"
114
+ y="227.39055"
115
+ width="29.252798"
116
+ height="20.904644"
117
+ id="rect1541-2" />
118
+ <rect
119
+ x="144.96107"
120
+ y="171.43387"
121
+ width="20.18119"
122
+ height="17.023781"
123
+ id="rect1553-7" />
124
+ <marker
125
+ style="overflow:visible"
126
+ id="marker1617-0"
127
+ refX="0"
128
+ refY="0"
129
+ orient="auto-start-reverse"
130
+ inkscape:stockid="Arrow1L"
131
+ markerWidth="8.75"
132
+ markerHeight="5"
133
+ viewBox="0 0 8.75 5"
134
+ inkscape:isstock="true"
135
+ inkscape:collect="always"
136
+ preserveAspectRatio="xMidYMid">
137
+ <path
138
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
139
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
140
+ id="path1615-9"
141
+ transform="scale(-0.5)" />
142
+ </marker>
143
+ <rect
144
+ x="190.74297"
145
+ y="238.79276"
146
+ width="32.673229"
147
+ height="18.216373"
148
+ id="rect1700-3" />
149
+ <marker
150
+ style="overflow:visible"
151
+ id="marker1720-6"
152
+ refX="0"
153
+ refY="0"
154
+ orient="auto-start-reverse"
155
+ inkscape:stockid="Arrow1L"
156
+ markerWidth="8.75"
157
+ markerHeight="5"
158
+ viewBox="0 0 8.75 5"
159
+ inkscape:isstock="true"
160
+ inkscape:collect="always"
161
+ preserveAspectRatio="xMidYMid">
162
+ <path
163
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
164
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
165
+ id="path1718-0"
166
+ transform="scale(-0.5)" />
167
+ </marker>
168
+ <rect
169
+ x="209.51152"
170
+ y="237.97119"
171
+ width="32.898514"
172
+ height="19.469933"
173
+ id="rect1880-6" />
174
+ <rect
175
+ x="62.586197"
176
+ y="328.48462"
177
+ width="255.34044"
178
+ height="34.586372"
179
+ id="rect2254-6" />
180
+ <rect
181
+ x="233.9202"
182
+ y="487.77658"
183
+ width="62.576904"
184
+ height="47.573685"
185
+ id="rect3610-1" />
186
+ <rect
187
+ x="126.98392"
188
+ y="258.93564"
189
+ width="42.994915"
190
+ height="24.019091"
191
+ id="rect1565-8" />
192
+ </defs>
193
+ <g
194
+ inkscape:label="Layer 1"
195
+ inkscape:groupmode="layer"
196
+ id="layer1"
197
+ transform="translate(-8.1853418,-364.69089)">
198
+ <rect
199
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
200
+ id="rect2328-79"
201
+ width="72.743347"
202
+ height="68.100571"
203
+ x="8.3176336"
204
+ y="364.82318"
205
+ inkscape:export-filename="involute_of_circle_R0.svg"
206
+ inkscape:export-xdpi="96"
207
+ inkscape:export-ydpi="96" />
208
+ <path
209
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-5-3)"
210
+ d="m 75.548083,406.00341 c 0,0 0.2713,1.3291 0.0503,1.91703 -0.22019,0.5857 -1.2491,1.27957 -1.2491,1.27957"
211
+ id="path464-5-2"
212
+ sodipodi:nodetypes="cac" />
213
+ <text
214
+ xml:space="preserve"
215
+ transform="matrix(0.26458333,0,0,0.26458333,-3.0120401,336.82413)"
216
+ id="text1407-6-0"
217
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-7-7);display:inline"><tspan
218
+ x="297.44727"
219
+ y="275.55081"
220
+ id="tspan2892">u</tspan></text>
221
+ <path
222
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
223
+ d="m 34.670653,395.64218 36.66093,10.56649"
224
+ id="path1611-2" />
225
+ <circle
226
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
227
+ id="path244-3"
228
+ cx="34.625793"
229
+ cy="395.82312"
230
+ r="24.768845" />
231
+ <path
232
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
233
+ d="m 34.625795,395.82314 h 24.76884"
234
+ id="path460-7" />
235
+ <path
236
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
237
+ d="m 34.670653,395.64218 10.21626,22.56377"
238
+ id="path462-5" />
239
+ <path
240
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-53)"
241
+ d="m 39.067873,395.69533 c 0,0 0.2713,1.3291 0.0503,1.91702 -0.22019,0.58571 -1.2491,1.27957 -1.2491,1.27957"
242
+ id="path464-9"
243
+ sodipodi:nodetypes="cac" />
244
+ <text
245
+ xml:space="preserve"
246
+ transform="matrix(0.26458333,0,0,0.26458333,-39.691958,327.00338)"
247
+ id="text1407-2"
248
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-6);display:inline"><tspan
249
+ x="297.44727"
250
+ y="275.55081"
251
+ id="tspan2894">u</tspan></text>
252
+ <path
253
+ style="fill:none;stroke:#ff0000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
254
+ d="m 44.882343,418.1991 26.44924,-11.99043"
255
+ id="path462-3-2" />
256
+ <text
257
+ xml:space="preserve"
258
+ transform="matrix(0.26458333,0,0,0.26458333,1.5748624,358.96206)"
259
+ id="text1501-8"
260
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1503-2);display:inline"><tspan
261
+ x="134.53516"
262
+ y="191.25198"
263
+ id="tspan2896">R</tspan></text>
264
+ <path
265
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
266
+ d="m 45.003293,417.96905 c 0,0 2.77843,-1.37169 4.05501,-2.24074 1.33587,-0.9094 2.62473,-1.91607 3.73733,-3.08812 1.20845,-1.27303 2.22084,-2.73202 3.1385,-4.2283 0.83275,-1.35781 1.57749,-2.78373 2.1289,-4.27807 0.51065,-1.38388 0.84198,-2.83618 1.07444,-4.29283 0.21991,-1.37802 0.29802,-4.17576 0.29802,-4.17576"
267
+ id="path1513-9"
268
+ sodipodi:nodetypes="caaaaac" />
269
+ <text
270
+ xml:space="preserve"
271
+ transform="matrix(0.26458333,0,0,0.26458333,15.492732,343.86897)"
272
+ id="text1515-7"
273
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517-9);display:inline"><tspan
274
+ x="154.51953"
275
+ y="271.8223"
276
+ id="tspan2898">u*R</tspan></text>
277
+ <text
278
+ xml:space="preserve"
279
+ transform="matrix(0.26458333,0,0,0.26458333,-12.232719,335.50853)"
280
+ id="text1527-36"
281
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1529-1);display:inline"><tspan
282
+ x="165.53711"
283
+ y="240.91214"
284
+ id="tspan2900">O</tspan></text>
285
+ <text
286
+ xml:space="preserve"
287
+ transform="matrix(0.26458333,0,0,0.26458333,-13.71579,331.02153)"
288
+ id="text1539-12"
289
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1541-2);display:inline"><tspan
290
+ x="277.39062"
291
+ y="240.36722"
292
+ id="tspan2902">A</tspan></text>
293
+ <text
294
+ xml:space="preserve"
295
+ transform="matrix(0.26458333,0,0,0.26458333,5.6704302,372.92787)"
296
+ id="text1551-9"
297
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1553-7);display:inline"><tspan
298
+ x="144.96094"
299
+ y="184.41019"
300
+ id="tspan2904">B</tspan></text>
301
+ <path
302
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1617-0)"
303
+ d="m 44.950443,398.66394 c 0,0 -0.51904,2.58324 -1.17798,3.69569 -0.3178,0.53654 -0.77183,1.00803 -1.29012,1.3548 -0.5993,0.40096 -2.01721,0.78117 -2.01721,0.78117"
304
+ id="path1613-3"
305
+ sodipodi:nodetypes="caac" />
306
+ <text
307
+ xml:space="preserve"
308
+ transform="matrix(0.26458333,0,0,0.26458333,-6.6082966,338.18094)"
309
+ id="text1698-1"
310
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1700-3);display:inline"><tspan
311
+ x="190.74219"
312
+ y="251.76956"
313
+ id="tspan2906">v</tspan></text>
314
+ <path
315
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-6)"
316
+ d="m 48.180353,395.73805 c 0,0 0.49463,0.87052 0.4879,1.34849 -0.006,0.44126 -0.48529,1.23175 -0.48529,1.23175"
317
+ id="path1716-9"
318
+ sodipodi:nodetypes="cac" />
319
+ <text
320
+ xml:space="preserve"
321
+ transform="matrix(0.26458333,0,0,0.26458333,-6.1050295,332.5851)"
322
+ id="text1878-4"
323
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1880-6);display:inline"><tspan
324
+ x="209.51172"
325
+ y="250.9473"
326
+ id="tspan2908">w</tspan></text>
327
+ <path
328
+ style="fill:none;stroke:#ff00ff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-6)"
329
+ d="m 59.620153,395.66554 c 0,0 1.78393,0.0463 2.5913,0.37821 2.4696,1.01518 4.70509,2.72974 6.44845,4.75216 1.30276,1.51129 2.1973,3.3881 2.80208,5.28952 0.90479,2.84469 1.03282,5.8984 1.1497,8.88122 0.10538,2.68913 -0.40679,8.06333 -0.40679,8.06333"
330
+ id="path1902-7"
331
+ sodipodi:nodetypes="caaaac" />
332
+ <text
333
+ xml:space="preserve"
334
+ transform="matrix(0.26458333,0,0,0.26458333,-7.4128458,341.39023)"
335
+ id="text2252-4"
336
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2254-6);display:inline"><tspan
337
+ x="62.585938"
338
+ y="341.46097"
339
+ id="tspan2910">negative involute of circle (R, 0)</tspan></text>
340
+ <text
341
+ xml:space="preserve"
342
+ transform="matrix(0.26458333,0,0,0.26458333,-10.692213,271.44369)"
343
+ id="text3608-5"
344
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3610-1);display:inline"><tspan
345
+ x="233.91992"
346
+ y="500.75394"
347
+ id="tspan2912">L</tspan></text>
348
+ <path
349
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-6)"
350
+ d="m 71.362503,406.07547 4.47393,9.98793"
351
+ id="path462-6-0" />
352
+ <text
353
+ xml:space="preserve"
354
+ transform="matrix(0.26458333,0,0,0.26458333,37.907159,333.69112)"
355
+ id="text1563-3"
356
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1565-8);display:inline"><tspan
357
+ x="126.98438"
358
+ y="271.91214"
359
+ id="tspan2914">C</tspan></text>
360
+ <path
361
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
362
+ d="m 71.551683,406.02153 h 7.13084"
363
+ id="path4009-6" />
364
+ <path
365
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
366
+ d="m 44.437653,416.97265 1.17152,-0.51156 0.46271,1.27937"
367
+ id="path1446-1" />
368
+ <path
369
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
370
+ d="m 71.953493,407.50859 -1.17152,0.51157 -0.46271,-1.27937"
371
+ id="path1446-2-0" />
372
+ <text
373
+ xml:space="preserve"
374
+ transform="matrix(0.26458333,0,0,0.26458333,-0.71650652,-1.0328296)"
375
+ id="text1055"
376
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1057);display:inline"><tspan
377
+ x="36.400391"
378
+ y="1398.0215"
379
+ id="tspan2916">tooth left side</tspan></text>
380
+ </g>
381
+ </svg>