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,319 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="471.32544"
6
+ height="347.33304"
7
+ viewBox="0 0 124.70486 91.898533"
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="0.84096521"
28
+ inkscape:cx="335.92353"
29
+ inkscape:cy="1176.6242"
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="102.01726"
40
+ y="2425.4961"
41
+ width="301.23495"
42
+ height="48.340103"
43
+ id="rect5342" />
44
+ <rect
45
+ x="172.72749"
46
+ y="2238.6711"
47
+ width="183.56883"
48
+ height="51.675182"
49
+ id="rect5152" />
50
+ <rect
51
+ x="390.11163"
52
+ y="2235.9863"
53
+ width="76.377083"
54
+ height="36.723057"
55
+ id="rect4927" />
56
+ <rect
57
+ x="405.39819"
58
+ y="2146.1018"
59
+ width="64.420952"
60
+ height="41.289051"
61
+ id="rect4891" />
62
+ <rect
63
+ x="147.34975"
64
+ y="2159.946"
65
+ width="185.1667"
66
+ height="81.29377"
67
+ id="rect4335" />
68
+ <marker
69
+ style="overflow:visible"
70
+ id="Arrow1L"
71
+ refX="0"
72
+ refY="0"
73
+ orient="auto-start-reverse"
74
+ inkscape:stockid="Arrow1L"
75
+ markerWidth="8.75"
76
+ markerHeight="5"
77
+ viewBox="0 0 8.75 5"
78
+ inkscape:isstock="true"
79
+ inkscape:collect="always"
80
+ preserveAspectRatio="xMidYMid">
81
+ <path
82
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
83
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
84
+ id="arrow1L"
85
+ transform="scale(-0.5)" />
86
+ </marker>
87
+ <marker
88
+ style="overflow:visible"
89
+ id="Arrow1L-9"
90
+ refX="0"
91
+ refY="0"
92
+ orient="auto-start-reverse"
93
+ inkscape:stockid="Arrow1L"
94
+ markerWidth="8.75"
95
+ markerHeight="5"
96
+ viewBox="0 0 8.75 5"
97
+ inkscape:isstock="true"
98
+ inkscape:collect="always"
99
+ preserveAspectRatio="xMidYMid">
100
+ <path
101
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
102
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
103
+ id="arrow1L-7"
104
+ transform="scale(-0.5)" />
105
+ </marker>
106
+ <rect
107
+ x="147.34975"
108
+ y="2159.946"
109
+ width="185.1667"
110
+ height="81.29377"
111
+ id="rect4335-6" />
112
+ <marker
113
+ style="overflow:visible"
114
+ id="Arrow1L-9-2"
115
+ refX="0"
116
+ refY="0"
117
+ orient="auto-start-reverse"
118
+ inkscape:stockid="Arrow1L"
119
+ markerWidth="8.75"
120
+ markerHeight="5"
121
+ viewBox="0 0 8.75 5"
122
+ inkscape:isstock="true"
123
+ inkscape:collect="always"
124
+ preserveAspectRatio="xMidYMid">
125
+ <path
126
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
127
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
128
+ id="arrow1L-7-9"
129
+ transform="scale(-0.5)" />
130
+ </marker>
131
+ <marker
132
+ style="overflow:visible"
133
+ id="Arrow1L-9-2-1"
134
+ refX="0"
135
+ refY="0"
136
+ orient="auto-start-reverse"
137
+ inkscape:stockid="Arrow1L"
138
+ markerWidth="8.75"
139
+ markerHeight="5"
140
+ viewBox="0 0 8.75 5"
141
+ inkscape:isstock="true"
142
+ inkscape:collect="always"
143
+ preserveAspectRatio="xMidYMid">
144
+ <path
145
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
146
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
147
+ id="arrow1L-7-9-9"
148
+ transform="scale(-0.5)" />
149
+ </marker>
150
+ <marker
151
+ style="overflow:visible"
152
+ id="Arrow1L-7"
153
+ refX="0"
154
+ refY="0"
155
+ orient="auto-start-reverse"
156
+ inkscape:stockid="Arrow1L"
157
+ markerWidth="8.75"
158
+ markerHeight="5"
159
+ viewBox="0 0 8.75 5"
160
+ inkscape:isstock="true"
161
+ inkscape:collect="always"
162
+ preserveAspectRatio="xMidYMid">
163
+ <path
164
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
165
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
166
+ id="arrow1L-8"
167
+ transform="scale(-0.5)" />
168
+ </marker>
169
+ </defs>
170
+ <g
171
+ inkscape:label="Layer 1"
172
+ inkscape:groupmode="layer"
173
+ id="layer1"
174
+ transform="translate(-16.009121,-488.85757)">
175
+ <rect
176
+ style="opacity:1;fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
177
+ id="rect5286"
178
+ width="124.44027"
179
+ height="91.633904"
180
+ x="16.141411"
181
+ y="488.98987" />
182
+ <path
183
+ style="fill:#cccccc;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
184
+ d="m 117.84557,539.20719 -4.84341,-1.39734 -1.89263,-12.39426 -10.44631,-19.32692 -9.18908,-0.6526 -13.186946,17.3114 -0.918046,12.19761 -5.617663,0.71035 -4.17853,-11.83875 -14.945614,-17.81281 -8.47381,1.48214 -11.504475,19.44983 -2.720958,12.85143 -4.791789,0.63539"
185
+ id="path3767"
186
+ sodipodi:nodetypes="cccccccccccccc" />
187
+ <path
188
+ style="fill:#ececec;stroke:#ececec;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
189
+ d="m 126.74092,499.17442 -6.64754,1.12083 -0.14011,18.57602 0.21139,12.43113 -2.59929,0.65257 -3.14619,-11.81293 -6.72744,-17.83004 -28.598334,2.28836 -2.213391,18.48999 -0.779174,11.91005 -1.941787,0.24334 -5.397675,-12.46555 -7.847031,-19.60221 -25.320656,-3.38337"
190
+ id="path3769"
191
+ sodipodi:nodetypes="ccccccccccccc" />
192
+ <path
193
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
194
+ d="m 18.109006,529.47857 c 0,0 39.252585,-6.65024 59.062275,-6.59469 18.405586,0.0516 54.840729,6.43494 54.840729,6.43494"
195
+ id="path3588"
196
+ sodipodi:nodetypes="cac" />
197
+ <path
198
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
199
+ d="m 18.906864,541.55318 c 0,0 39.252585,-6.65024 59.062275,-6.59469 18.405586,0.0516 54.840731,6.43494 54.840731,6.43494"
200
+ id="path3588-2"
201
+ sodipodi:nodetypes="cac" />
202
+ <path
203
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
204
+ d="m 19.246061,510.96512 c 0,0 39.252585,-6.65024 59.062275,-6.59469 18.405596,0.0516 54.840734,6.43494 54.840734,6.43494"
205
+ id="path3588-2-3"
206
+ sodipodi:nodetypes="cac" />
207
+ <path
208
+ style="opacity:0.3;fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
209
+ d="m 21.909749,516.39551 c 0,0 39.252585,6.65024 59.062275,6.59469 18.405586,-0.0516 54.840726,-6.43494 54.840726,-6.43494"
210
+ id="path3588-5"
211
+ sodipodi:nodetypes="cac" />
212
+ <path
213
+ style="opacity:0.3;fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
214
+ d="m 22.188978,497.65369 c 0,0 39.252585,6.65024 59.062275,6.59469 18.405586,-0.0516 54.840727,-6.43494 54.840727,-6.43494"
215
+ id="path3588-2-9"
216
+ sodipodi:nodetypes="cac" />
217
+ <path
218
+ style="opacity:0.3;fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
219
+ d="m 22.528175,528.24175 c 0,0 39.252585,6.65024 59.062275,6.59469 18.405596,-0.0516 54.84073,-6.43494 54.84073,-6.43494"
220
+ id="path3588-2-3-2"
221
+ sodipodi:nodetypes="cac" />
222
+ <path
223
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
224
+ d="m 32.538451,527.09682 4.392369,39.53134"
225
+ id="path3771"
226
+ sodipodi:nodetypes="cc" />
227
+ <path
228
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
229
+ d="M 67.431625,523.52542 70.303747,562.049"
230
+ id="path3771-2"
231
+ sodipodi:nodetypes="cc" />
232
+ <path
233
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
234
+ d="m 78.902916,523.05596 2.493596,38.93773"
235
+ id="path3771-8"
236
+ sodipodi:nodetypes="cc" />
237
+ <path
238
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L);marker-end:url(#Arrow1L)"
239
+ d="m 38.156114,562.46069 30.317684,-3.3889"
240
+ id="path3813"
241
+ sodipodi:nodetypes="cc" />
242
+ <text
243
+ xml:space="preserve"
244
+ transform="matrix(0.26458333,0,0,0.26458333,3.7705078,-9.6855841)"
245
+ id="text4333"
246
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4335)"><tspan
247
+ x="147.34961"
248
+ y="2172.9219"
249
+ id="tspan6142">addendum
250
+ </tspan><tspan
251
+ x="147.34961"
252
+ y="2191.2554"
253
+ id="tspan6144">thickness</tspan></text>
254
+ <path
255
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-9);marker-end:url(#Arrow1L-9)"
256
+ d="m 71.385712,560.83559 8.617292,-0.704"
257
+ id="path3813-3"
258
+ sodipodi:nodetypes="cc" />
259
+ <text
260
+ xml:space="preserve"
261
+ transform="matrix(0.26458333,0,0,0.26458333,33.896951,-7.6834229)"
262
+ id="text4333-1"
263
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4335-6);display:inline"><tspan
264
+ x="147.34961"
265
+ y="2172.9219"
266
+ id="tspan6146">dedendum
267
+ </tspan><tspan
268
+ x="147.34961"
269
+ y="2191.2554"
270
+ id="tspan6148">thickness</tspan></text>
271
+ <path
272
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-9-2);marker-end:url(#Arrow1L-9-2)"
273
+ d="m 94.041018,522.40449 1.209004,-14.97921"
274
+ id="path3813-3-3"
275
+ sodipodi:nodetypes="cc" />
276
+ <path
277
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-9-2-1);marker-end:url(#Arrow1L-9-2-1)"
278
+ d="m 95.672676,535.02875 0.855299,-9.09401"
279
+ id="path3813-3-3-4"
280
+ sodipodi:nodetypes="cc" />
281
+ <text
282
+ xml:space="preserve"
283
+ transform="matrix(0.26458333,0,0,0.26458333,-11.808031,-56.598173)"
284
+ id="text4889"
285
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4891);fill:#0000ff"><tspan
286
+ x="405.39844"
287
+ y="2159.0782"
288
+ id="tspan6150">ah</tspan></text>
289
+ <text
290
+ xml:space="preserve"
291
+ transform="matrix(0.26458333,0,0,0.26458333,-5.9224502,-63.436213)"
292
+ id="text4925"
293
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4927);fill:#008000"><tspan
294
+ x="390.11133"
295
+ y="2248.9629"
296
+ id="tspan6152">dh</tspan></text>
297
+ <path
298
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-7);marker-end:url(#Arrow1L-7)"
299
+ d="m 37.534905,554.5379 41.152279,-3.41616"
300
+ id="path3813-4"
301
+ sodipodi:nodetypes="cc" />
302
+ <text
303
+ xml:space="preserve"
304
+ transform="matrix(0.26458333,0,0,0.26458333,10.333256,-44.532057)"
305
+ id="text5150"
306
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5152)"><tspan
307
+ x="172.72656"
308
+ y="2251.6485"
309
+ id="tspan6154">m*PI</tspan></text>
310
+ <text
311
+ xml:space="preserve"
312
+ transform="matrix(0.26458333,0,0,0.26458333,-9.6044715,-67.082594)"
313
+ id="text5340"
314
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5342)"><tspan
315
+ x="102.01758"
316
+ y="2438.4727"
317
+ id="tspan6156">gear module and tooth-thickness</tspan></text>
318
+ </g>
319
+ </svg>
@@ -0,0 +1,232 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="347.82523"
6
+ height="360.06784"
7
+ viewBox="0 0 92.028758 95.267948"
8
+ version="1.1"
9
+ id="svg5"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs2">
14
+ <rect
15
+ x="142.23911"
16
+ y="5592.6763"
17
+ width="45.538059"
18
+ height="17.208582"
19
+ id="rect11478" />
20
+ <rect
21
+ x="200.98279"
22
+ y="5603.6509"
23
+ width="39.485645"
24
+ height="19.071047"
25
+ id="rect11470" />
26
+ <rect
27
+ x="156.41672"
28
+ y="5598.6064"
29
+ width="56.235374"
30
+ height="26.09771"
31
+ id="rect11464" />
32
+ <rect
33
+ x="390.74844"
34
+ y="4224.1782"
35
+ width="91.063988"
36
+ height="51.489384"
37
+ id="rect2987-94-4-2" />
38
+ <rect
39
+ x="390.74844"
40
+ y="4224.1782"
41
+ width="91.063988"
42
+ height="51.489384"
43
+ id="rect2987-9-4-4-7" />
44
+ <rect
45
+ x="87.432091"
46
+ y="4197.7158"
47
+ width="325.44913"
48
+ height="51.350037"
49
+ id="rect3273-0-3-2" />
50
+ <rect
51
+ x="95.77552"
52
+ y="4893.9912"
53
+ width="296.19025"
54
+ height="104.82129"
55
+ id="rect7562-8-2" />
56
+ </defs>
57
+ <g
58
+ id="layer1"
59
+ transform="translate(-19.104723,-1445.6222)">
60
+ <rect
61
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
62
+ id="rect3329-3-6-6"
63
+ width="91.764175"
64
+ height="95.003357"
65
+ x="19.237015"
66
+ y="1445.7545" />
67
+ <path
68
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
69
+ d="m 51.287559,1476.3598 9.509001,-11.7971"
70
+ id="path11482-7" />
71
+ <circle
72
+ style="fill:none;stroke:#008000;stroke-width:0.264582"
73
+ id="path6214-2-5-2-9-7-6"
74
+ cx="51.321507"
75
+ cy="1476.4241"
76
+ r="19.541029" />
77
+ <circle
78
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
79
+ id="path6214-2-5-2-9-7-7"
80
+ cx="87.601326"
81
+ cy="1476.4242"
82
+ r="7.7255249" />
83
+ <circle
84
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
85
+ id="path2237-3-3-6-8-1"
86
+ cx="51.321518"
87
+ cy="1476.4242"
88
+ r="23.860231" />
89
+ <circle
90
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
91
+ id="path2237-6-6-6-1-8-0"
92
+ cx="51.321518"
93
+ cy="1476.4242"
94
+ r="28.572924" />
95
+ <circle
96
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
97
+ id="path2237-9-0-7-0-4-6"
98
+ cx="87.601318"
99
+ cy="1476.4242"
100
+ r="12.41958" />
101
+ <circle
102
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
103
+ id="path2237-6-1-6-5-6-3-1"
104
+ cx="87.601318"
105
+ cy="1476.4242"
106
+ r="16.738779" />
107
+ <path
108
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
109
+ d="M 51.321511,1476.4241 H 87.601329"
110
+ id="path2048-3-1-5" />
111
+ <path
112
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
113
+ d="M 51.321511,1476.4241 32.51654,1461.738"
114
+ id="path2881-1-4-9" />
115
+ <path
116
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
117
+ d="m 87.601329,1476.4241 8.91262,-8.6493"
118
+ id="path2885-5-9-4" />
119
+ <text
120
+ xml:space="preserve"
121
+ transform="matrix(0.26458333,0,0,0.26458333,-68.854668,349.54506)"
122
+ id="text2985-76-2-9"
123
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-94-4-2);display:inline"><tspan
124
+ x="390.74805"
125
+ y="4237.1543"
126
+ id="tspan9926">pr1</tspan></text>
127
+ <text
128
+ xml:space="preserve"
129
+ transform="matrix(0.26458333,0,0,0.26458333,-2.737198,424.14755)"
130
+ id="text3271-4-6-9"
131
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273-0-3-2);display:inline"><tspan
132
+ x="87.431641"
133
+ y="4210.6914"
134
+ id="tspan9928">optimum base radius</tspan></text>
135
+ <circle
136
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
137
+ id="path6214-2-5-8-1"
138
+ cx="51.321518"
139
+ cy="1476.4242"
140
+ r="15.152033" />
141
+ <circle
142
+ style="fill:none;stroke:#008000;stroke-width:0.264582"
143
+ id="path6214-2-5-2-9-7"
144
+ cx="87.601334"
145
+ cy="1476.4243"
146
+ r="7.4118285" />
147
+ <text
148
+ xml:space="preserve"
149
+ transform="matrix(0.26458333,0,0,0.26458333,-2.700043,214.33111)"
150
+ id="text7560-7-1"
151
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7562-8-2);display:inline"><tspan
152
+ x="95.775391"
153
+ y="4906.9688"
154
+ id="tspan9930">- brr2=dr2
155
+ </tspan><tspan
156
+ x="95.775391"
157
+ y="4925.3023"
158
+ id="tspan9932">- brr1=brr2*N1/N2
159
+ </tspan><tspan
160
+ x="95.775391"
161
+ y="4943.6358"
162
+ id="tspan9934">- sin(PI/2-ppa)=dr2/pr2
163
+ </tspan><tspan
164
+ x="95.775391"
165
+ y="4961.9693"
166
+ id="tspan9936">- ppa=acos(dr2/pr2)
167
+ </tspan><tspan
168
+ x="95.775391"
169
+ y="4980.3028"
170
+ id="tspan9938">- brr=dr for the smallest wheel</tspan></text>
171
+ <text
172
+ xml:space="preserve"
173
+ transform="matrix(0.26458333,0,0,0.26458333,-15.390578,348.52244)"
174
+ id="text2985-1-3-0-0"
175
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-4-4-7);display:inline"><tspan
176
+ x="390.74805"
177
+ y="4237.1543"
178
+ id="tspan9940">pr2</tspan></text>
179
+ <path
180
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
181
+ d="m 51.321517,1476.4242 -8.848751,-17.4229"
182
+ id="path11458" />
183
+ <path
184
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
185
+ d="m 51.321517,1476.4242 c -9e-6,-10e-5 2.603284,-15.0171 2.603284,-15.0171"
186
+ id="path11460" />
187
+ <text
188
+ xml:space="preserve"
189
+ transform="matrix(0.26458333,0,0,0.26458333,4.1499551,-19.412061)"
190
+ id="text11462"
191
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11464);display:inline"><tspan
192
+ x="156.41602"
193
+ y="5611.5821"
194
+ id="tspan9942">dr1</tspan></text>
195
+ <text
196
+ xml:space="preserve"
197
+ transform="matrix(0.26458333,0,0,0.26458333,0.84492313,-22.656846)"
198
+ id="text11468"
199
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470);display:inline"><tspan
200
+ x="200.98242"
201
+ y="5616.627"
202
+ id="tspan9944">brr1</tspan></text>
203
+ <path
204
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
205
+ d="m 51.321512,1476.4241 -28.007089,-5.567"
206
+ id="path11474" />
207
+ <text
208
+ xml:space="preserve"
209
+ transform="matrix(0.26458333,0,0,0.26458333,-9.7371237,-7.2672666)"
210
+ id="text11476"
211
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11478);display:inline"><tspan
212
+ x="142.23828"
213
+ y="5605.6524"
214
+ id="tspan9946">ar1</tspan></text>
215
+ <path
216
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
217
+ d="m 60.627868,1464.5591 21.950176,17.7229"
218
+ id="path11482" />
219
+ <path
220
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
221
+ d="m 82.735635,1482.4301 4.825591,-6.0079"
222
+ id="path11482-7-3" />
223
+ <path
224
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
225
+ d="m 59.83592,1465.6952 1.076584,0.9866 0.842772,-1.0889"
226
+ id="path11538" />
227
+ <path
228
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
229
+ d="m 81.696691,1481.5564 0.609574,-0.9943 1.116832,0.8191"
230
+ id="path11540" />
231
+ </g>
232
+ </svg>