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,344 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="365.53647"
6
+ height="396.59109"
7
+ viewBox="0 0 96.714857 104.93139"
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="503.44635"
16
+ y="6199.0225"
17
+ width="19.316067"
18
+ height="29.233059"
19
+ id="rect15298" />
20
+ <rect
21
+ x="508.97385"
22
+ y="6158.27"
23
+ width="21.596743"
24
+ height="23.38273"
25
+ id="rect15292" />
26
+ <rect
27
+ x="466.78598"
28
+ y="6148.5317"
29
+ width="20.521435"
30
+ height="52.009621"
31
+ id="rect15286" />
32
+ <rect
33
+ x="477.11639"
34
+ y="6108.4292"
35
+ width="21.269274"
36
+ height="21.392365"
37
+ id="rect15280" />
38
+ <rect
39
+ x="466.94626"
40
+ y="6051.6377"
41
+ width="29.149448"
42
+ height="28.362127"
43
+ id="rect15274" />
44
+ <rect
45
+ x="256.41629"
46
+ y="6246.8652"
47
+ width="164.39388"
48
+ height="25.400967"
49
+ id="rect15268" />
50
+ <marker
51
+ style="overflow:visible"
52
+ id="Arrow1L"
53
+ refX="0"
54
+ refY="0"
55
+ orient="auto-start-reverse"
56
+ markerWidth="8.75"
57
+ markerHeight="5"
58
+ viewBox="0 0 8.75 5"
59
+ preserveAspectRatio="xMidYMid">
60
+ <path
61
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
62
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
63
+ id="arrow1L"
64
+ transform="scale(-0.5)" />
65
+ </marker>
66
+ <rect
67
+ x="390.74844"
68
+ y="4224.1782"
69
+ width="91.063988"
70
+ height="51.489384"
71
+ id="rect2987-94-4-2-6" />
72
+ <rect
73
+ x="87.432091"
74
+ y="4197.7158"
75
+ width="325.44913"
76
+ height="51.350037"
77
+ id="rect3273-0-3-2-5" />
78
+ <rect
79
+ x="95.77552"
80
+ y="4893.9912"
81
+ width="360.46024"
82
+ height="121.99836"
83
+ id="rect7562-8-2-6" />
84
+ <rect
85
+ x="390.74844"
86
+ y="4224.1782"
87
+ width="91.063988"
88
+ height="51.489384"
89
+ id="rect2987-9-4-4-7-3" />
90
+ <rect
91
+ x="156.41672"
92
+ y="5598.6064"
93
+ width="56.235374"
94
+ height="26.09771"
95
+ id="rect11464-9" />
96
+ <rect
97
+ x="200.98279"
98
+ y="5603.6509"
99
+ width="39.485645"
100
+ height="19.071047"
101
+ id="rect11470-4" />
102
+ <rect
103
+ x="142.23911"
104
+ y="5592.6763"
105
+ width="45.538059"
106
+ height="17.208582"
107
+ id="rect11478-8" />
108
+ </defs>
109
+ <g
110
+ id="layer1"
111
+ transform="translate(-21.8291,-1553.9558)">
112
+ <rect
113
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264582"
114
+ id="rect3329-3-6-6-1"
115
+ width="96.450272"
116
+ height="104.66682"
117
+ x="21.961391"
118
+ y="1554.0881" />
119
+ <path
120
+ 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)"
121
+ d="M 55.618413,1615.731 H 90.796152"
122
+ id="path2048-3-1-5-5-4" />
123
+ <path
124
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
125
+ d="m 53.913594,1584.8901 v 32.0316"
126
+ id="path14608-4" />
127
+ <path
128
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
129
+ d="m 54.011934,1584.6935 8.538108,-12.2721"
130
+ id="path11482-7-2" />
131
+ <circle
132
+ style="fill:none;stroke:#008000;stroke-width:0.264582"
133
+ id="path6214-2-5-2-9-7-6-9"
134
+ cx="54.045883"
135
+ cy="1584.7577"
136
+ r="19.541029" />
137
+ <circle
138
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
139
+ id="path6214-2-5-2-9-7-7-3"
140
+ cx="92.442368"
141
+ cy="1584.7578"
142
+ r="7.7255249" />
143
+ <circle
144
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
145
+ id="path2237-3-3-6-8-1-9"
146
+ cx="54.045895"
147
+ cy="1584.7578"
148
+ r="23.860231" />
149
+ <circle
150
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
151
+ id="path2237-6-6-6-1-8-0-0"
152
+ cx="54.045895"
153
+ cy="1584.7578"
154
+ r="28.572924" />
155
+ <circle
156
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
157
+ id="path2237-9-0-7-0-4-6-8"
158
+ cx="92.44236"
159
+ cy="1584.7578"
160
+ r="12.41958" />
161
+ <circle
162
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
163
+ id="path2237-6-1-6-5-6-3-1-8"
164
+ cx="92.44236"
165
+ cy="1584.7578"
166
+ r="16.738779" />
167
+ <path
168
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
169
+ d="M 54.045885,1584.7578 H 92.397146"
170
+ id="path2048-3-1-5-5" />
171
+ <path
172
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
173
+ d="M 54.045886,1584.7578 35.240915,1570.0717"
174
+ id="path2881-1-4-9-0" />
175
+ <path
176
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
177
+ d="m 92.442372,1584.7578 8.912628,-8.6493"
178
+ id="path2885-5-9-4-9" />
179
+ <text
180
+ xml:space="preserve"
181
+ transform="matrix(0.26458333,0,0,0.26458333,-0.01282237,543.06462)"
182
+ id="text3271-4-6-9-3"
183
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273-0-3-2-5);display:inline"><tspan
184
+ x="87.431641"
185
+ y="4210.6914"
186
+ id="tspan11214">optimum base radius with longer inter-axis</tspan></text>
187
+ <circle
188
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
189
+ id="path6214-2-5-8-1-8"
190
+ cx="54.045895"
191
+ cy="1584.7578"
192
+ r="15.152033" />
193
+ <circle
194
+ style="fill:none;stroke:#008000;stroke-width:0.264582"
195
+ id="path6214-2-5-2-9-7-5"
196
+ cx="92.442375"
197
+ cy="1584.7579"
198
+ r="7.4118285" />
199
+ <text
200
+ xml:space="preserve"
201
+ transform="matrix(0.26458333,0,0,0.26458333,0.02433263,331.1315)"
202
+ id="text7560-7-1-6"
203
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7562-8-2-6);display:inline"><tspan
204
+ x="95.775391"
205
+ y="4906.9688"
206
+ id="tspan11216">- brr2=dr2
207
+ </tspan><tspan
208
+ x="95.775391"
209
+ y="4925.3023"
210
+ id="tspan11218">- brr1=brr2*N1/N2
211
+ </tspan><tspan
212
+ x="95.775391"
213
+ y="4943.6358"
214
+ id="tspan11220">- CE=e*pr2/(pr1+pr2)
215
+ </tspan><tspan
216
+ x="95.775391"
217
+ y="4961.9693"
218
+ id="tspan11222">- sin(PI/2-ppa)=DE/CE=brr2*(pr1+pr2)/(e*pr2)
219
+ </tspan><tspan
220
+ x="95.775391"
221
+ y="4980.3028"
222
+ id="tspan11224">- ppa[min]=acos(dr2/pr2)</tspan></text>
223
+ <text
224
+ xml:space="preserve"
225
+ transform="matrix(0.26458333,0,0,0.26458333,-10.549535,456.85611)"
226
+ id="text2985-1-3-0-0-1"
227
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-4-4-7-3);display:inline"><tspan
228
+ x="390.74805"
229
+ y="4237.1543"
230
+ id="tspan11226">pr2</tspan></text>
231
+ <path
232
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
233
+ d="M 54.045892,1584.7579 45.197141,1567.335"
234
+ id="path11458-1" />
235
+ <path
236
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
237
+ d="m 54.045892,1584.7579 c -9e-6,-10e-5 2.603284,-15.0171 2.603284,-15.0171"
238
+ id="path11460-5" />
239
+ <text
240
+ xml:space="preserve"
241
+ transform="matrix(0.26458333,0,0,0.26458333,6.8743307,88.921607)"
242
+ id="text11462-9"
243
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11464-9);display:inline"><tspan
244
+ x="156.41602"
245
+ y="5611.5821"
246
+ id="tspan11228">dr1</tspan></text>
247
+ <text
248
+ xml:space="preserve"
249
+ transform="matrix(0.26458333,0,0,0.26458333,3.5692987,85.676822)"
250
+ id="text11468-8"
251
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470-4);display:inline"><tspan
252
+ x="200.98242"
253
+ y="5616.627"
254
+ id="tspan11230">brr1</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 54.045887,1584.7578 -28.007089,-5.567"
258
+ id="path11474-4" />
259
+ <text
260
+ xml:space="preserve"
261
+ transform="matrix(0.26458333,0,0,0.26458333,-7.0127486,101.0664)"
262
+ id="text11476-8"
263
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11478-8);display:inline"><tspan
264
+ x="142.23828"
265
+ y="5605.6524"
266
+ id="tspan11232">ar1</tspan></text>
267
+ <path
268
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
269
+ d="m 62.416898,1572.1818 26.253231,19.3151"
270
+ id="path11482-1" />
271
+ <path
272
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
273
+ d="m 88.63698,1591.4652 3.765289,-6.7093"
274
+ id="path11482-7-3-0" />
275
+ <path
276
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
277
+ d="m 61.935974,1573.3004 1.076584,0.9866 0.842772,-1.0889"
278
+ id="path11538-3" />
279
+ <path
280
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
281
+ d="m 87.352547,1590.488 0.609574,-0.9943 1.116832,0.8191"
282
+ id="path11540-0" />
283
+ <path
284
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
285
+ d="m 92.442375,1584.7579 v 32.0316"
286
+ id="path14608" />
287
+ <text
288
+ xml:space="preserve"
289
+ transform="matrix(0.26458333,0,0,0.26458333,-13.18756,-36.200143)"
290
+ id="text15266"
291
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15268);display:inline"><tspan
292
+ x="256.41602"
293
+ y="6259.8418"
294
+ id="tspan11234">e: inter-axis length</tspan></text>
295
+ <text
296
+ xml:space="preserve"
297
+ transform="matrix(0.26458333,0,0,0.26458333,-72.58842,-16.181353)"
298
+ id="text15272"
299
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15274);display:inline"><tspan
300
+ x="466.94531"
301
+ y="6064.6133"
302
+ id="tspan11236">A</tspan></text>
303
+ <text
304
+ xml:space="preserve"
305
+ transform="matrix(0.26458333,0,0,0.26458333,-65.030813,-41.757022)"
306
+ id="text15278"
307
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15280);display:inline"><tspan
308
+ x="477.11719"
309
+ y="6121.4063"
310
+ id="tspan11238">B</tspan></text>
311
+ <text
312
+ xml:space="preserve"
313
+ transform="matrix(0.26458333,0,0,0.26458333,-45.961974,-46.608417)"
314
+ id="text15284"
315
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15286);display:inline"><tspan
316
+ x="466.78516"
317
+ y="6161.5078"
318
+ id="tspan11240">C</tspan></text>
319
+ <text
320
+ xml:space="preserve"
321
+ transform="matrix(0.26458333,0,0,0.26458333,-48.268153,-37.537937)"
322
+ id="text15290"
323
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15292);display:inline"><tspan
324
+ x="508.97461"
325
+ y="6171.2461"
326
+ id="tspan11242">D</tspan></text>
327
+ <text
328
+ xml:space="preserve"
329
+ transform="matrix(0.26458333,0,0,0.26458333,-40.395927,-56.126245)"
330
+ id="text15296"
331
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15298);display:inline"><tspan
332
+ x="503.44727"
333
+ y="6212"
334
+ id="tspan11244">E</tspan></text>
335
+ <text
336
+ xml:space="preserve"
337
+ transform="matrix(0.26458333,0,0,0.26458333,-66.130293,457.87873)"
338
+ id="text2985-76-2-9-6"
339
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-94-4-2-6);display:inline"><tspan
340
+ x="390.74805"
341
+ y="4237.1543"
342
+ id="tspan11246">pr1</tspan></text>
343
+ </g>
344
+ </svg>
@@ -0,0 +1,295 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="407.26434"
6
+ height="338.04626"
7
+ viewBox="0 0 107.75536 89.441406"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (1:1.2.2+202305151914+b0a8486541)"
11
+ sodipodi:docname="gears.svg"
12
+ inkscape:export-filename="gear_base_left_circle_for_involute.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview7"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ showgrid="false"
30
+ inkscape:zoom="1.1893044"
31
+ inkscape:cx="414.10761"
32
+ inkscape:cy="2574.1938"
33
+ inkscape:window-width="1366"
34
+ inkscape:window-height="836"
35
+ inkscape:window-x="0"
36
+ inkscape:window-y="0"
37
+ inkscape:window-maximized="1"
38
+ inkscape:current-layer="layer1" />
39
+ <defs
40
+ id="defs2">
41
+ <rect
42
+ x="78.394035"
43
+ y="7491.958"
44
+ width="345.83636"
45
+ height="42.744263"
46
+ id="rect28360" />
47
+ <rect
48
+ x="80.666901"
49
+ y="7511.7666"
50
+ width="294.54587"
51
+ height="48.97821"
52
+ id="rect28354" />
53
+ <rect
54
+ x="329.68069"
55
+ y="7243.8247"
56
+ width="184.01939"
57
+ height="22.483931"
58
+ id="rect28344" />
59
+ <rect
60
+ x="331.18335"
61
+ y="7462.2915"
62
+ width="179.56023"
63
+ height="42.064762"
64
+ id="rect28338" />
65
+ <rect
66
+ x="390.74844"
67
+ y="4224.1782"
68
+ width="91.063988"
69
+ height="51.489384"
70
+ id="rect2987-94-4-2-5" />
71
+ <rect
72
+ x="390.74844"
73
+ y="4224.1782"
74
+ width="91.063988"
75
+ height="51.489384"
76
+ id="rect2987-9-4-4-7-0" />
77
+ <rect
78
+ x="200.98279"
79
+ y="5603.6509"
80
+ width="39.485645"
81
+ height="19.071047"
82
+ id="rect11470-46" />
83
+ <rect
84
+ x="200.98279"
85
+ y="5603.6509"
86
+ width="39.485645"
87
+ height="19.071047"
88
+ id="rect11470-46-9" />
89
+ <rect
90
+ x="200.98279"
91
+ y="5603.6509"
92
+ width="39.485645"
93
+ height="19.071047"
94
+ id="rect11470-46-93" />
95
+ <rect
96
+ x="200.98279"
97
+ y="5603.6509"
98
+ width="39.485645"
99
+ height="19.071047"
100
+ id="rect11470-46-9-8" />
101
+ </defs>
102
+ <g
103
+ inkscape:label="Layer 1"
104
+ inkscape:groupmode="layer"
105
+ id="layer1"
106
+ transform="translate(-26.224199,-1912.5117)">
107
+ <rect
108
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none"
109
+ id="rect28416"
110
+ width="107.49077"
111
+ height="89.176872"
112
+ x="26.356489"
113
+ y="1912.6439" />
114
+ <path
115
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
116
+ d="m 62.207589,1948.0541 19.192557,16.0438"
117
+ id="path11482-3-5-6"
118
+ sodipodi:nodetypes="cc" />
119
+ <path
120
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
121
+ d="m 62.141401,1947.9731 12.746475,-15.8212"
122
+ id="path11482-7-5"
123
+ sodipodi:nodetypes="cc" />
124
+ <ellipse
125
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
126
+ id="path6214-2-5-2-9-7-7-6"
127
+ cx="110.8187"
128
+ cy="1948.0594"
129
+ rx="10.355789"
130
+ ry="10.360763" />
131
+ <ellipse
132
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
133
+ id="path2237-3-3-6-8-1-2"
134
+ cx="62.18692"
135
+ cy="1948.0594"
136
+ rx="31.983784"
137
+ ry="31.999146" />
138
+ <ellipse
139
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
140
+ id="path2237-9-0-7-0-4-6-4"
141
+ cx="110.8187"
142
+ cy="1948.0594"
143
+ rx="16.648003"
144
+ ry="16.655998" />
145
+ <path
146
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
147
+ d="M 62.186913,1948.0593 H 110.81871"
148
+ id="path2048-3-1-5-2" />
149
+ <text
150
+ xml:space="preserve"
151
+ transform="matrix(0.26458333,0,0,0.26458333,-67.693584,801.49086)"
152
+ id="text2985-76-2-9-62"
153
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-94-4-2-5);display:inline"><tspan
154
+ x="390.74805"
155
+ y="4237.1543"
156
+ id="tspan30908">pr1</tspan></text>
157
+ <ellipse
158
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
159
+ id="path6214-2-5-8-1-9"
160
+ cx="62.18692"
161
+ cy="1948.0594"
162
+ rx="20.310757"
163
+ ry="20.320511" />
164
+ <text
165
+ xml:space="preserve"
166
+ transform="matrix(0.26458333,0,0,0.26458333,18.409465,812.96174)"
167
+ id="text2985-1-3-0-0-0"
168
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-4-4-7-0);display:inline"><tspan
169
+ x="390.74805"
170
+ y="4237.1543"
171
+ id="tspan30910">pr2</tspan></text>
172
+ <text
173
+ xml:space="preserve"
174
+ transform="matrix(0.26458333,0,0,0.26458333,7.7940335,452.96703)"
175
+ id="text11468-1"
176
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470-46);display:inline;fill:#800080"><tspan
177
+ x="200.98242"
178
+ y="5616.627"
179
+ id="tspan30912">brr1</tspan></text>
180
+ <path
181
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
182
+ d="m 104.29642,1956.114 6.46853,-8.0572"
183
+ id="path11482-7-3-4"
184
+ sodipodi:nodetypes="cc" />
185
+ <path
186
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
187
+ d="m 73.600172,1933.6707 1.443122,1.3231 1.129706,-1.4603"
188
+ id="path11538-0" />
189
+ <path
190
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
191
+ d="m 102.90375,1954.9423 0.81711,-1.3335 1.49708,1.0985"
192
+ id="path11540-3" />
193
+ <text
194
+ xml:space="preserve"
195
+ transform="matrix(0.26458333,0,0,0.26458333,54.260474,469.39855)"
196
+ id="text11468-1-1"
197
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470-46-9);display:inline;fill:#800080"><tspan
198
+ x="200.98242"
199
+ y="5616.627"
200
+ id="tspan30914">brr2</tspan></text>
201
+ <ellipse
202
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
203
+ id="path6214-2-5-8-1-9-9"
204
+ cx="62.216442"
205
+ cy="1948.1084"
206
+ rx="24.901253"
207
+ ry="24.913197" />
208
+ <ellipse
209
+ style="fill:none;stroke:#00ccff;stroke-width:0.264581"
210
+ id="path6214-2-5-8-1-9-6"
211
+ cx="110.76495"
212
+ cy="1948.0568"
213
+ rx="13.020887"
214
+ ry="13.027162" />
215
+ <text
216
+ xml:space="preserve"
217
+ transform="matrix(0.26458333,0,0,0.26458333,10.966613,473.76512)"
218
+ id="text11468-1-3"
219
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470-46-93);display:inline;fill:#008080"><tspan
220
+ x="200.98242"
221
+ y="5616.627"
222
+ id="tspan30916">blr1</tspan></text>
223
+ <text
224
+ xml:space="preserve"
225
+ transform="matrix(0.26458333,0,0,0.26458333,53.491544,458.19825)"
226
+ id="text11468-1-1-0"
227
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11470-46-9-8);display:inline;fill:#008080"><tspan
228
+ x="200.98242"
229
+ y="5616.627"
230
+ id="tspan30918">blr2</tspan></text>
231
+ <path
232
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
233
+ d="m 74.66175,1932.1471 29.42342,23.7683"
234
+ id="path11482-3"
235
+ sodipodi:nodetypes="cc" />
236
+ <path
237
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
238
+ d="m 100.71404,1939.6066 10.01715,8.3594"
239
+ id="path11482-3-5-6-6"
240
+ sodipodi:nodetypes="cc" />
241
+ <path
242
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
243
+ d="m 82.480077,1962.5626 -1.443118,-1.3231 -1.129706,1.4603"
244
+ id="path11538-0-4" />
245
+ <path
246
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
247
+ d="m 99.704086,1941.103 1.443114,1.3231 1.12971,-1.4603"
248
+ id="path11538-0-4-0" />
249
+ <path
250
+ style="fill:#ff00ff;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
251
+ d="m 81.233474,1964.2716 19.603856,-24.5674"
252
+ id="path11482-3-5-6-0"
253
+ sodipodi:nodetypes="cc" />
254
+ <text
255
+ xml:space="preserve"
256
+ transform="matrix(0.26458333,0,0,0.26458333,0.11429505,-3.6789489)"
257
+ id="text28336"
258
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28338);fill:#ff00ff"><tspan
259
+ x="331.18359"
260
+ y="7475.2676"
261
+ id="tspan30920">left line of action</tspan></text>
262
+ <text
263
+ xml:space="preserve"
264
+ transform="matrix(0.26458333,0,0,0.26458333,-3.3594143,0.36746474)"
265
+ id="text28342"
266
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28344);fill:#ff0000"><tspan
267
+ x="329.68164"
268
+ y="7256.8008"
269
+ id="tspan30922">right line of action</tspan></text>
270
+ <path
271
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
272
+ d="m 89.037074,1943.132 7.234386,-21.7898"
273
+ id="path28348" />
274
+ <path
275
+ style="fill:none;stroke:#ff00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
276
+ d="m 87.231092,1958.8138 7.713686,12.4815"
277
+ id="path28350" />
278
+ <text
279
+ xml:space="preserve"
280
+ transform="matrix(0.26458333,0,0,0.26458333,6.6905806,8.9239605)"
281
+ id="text28352"
282
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28354)"><tspan
283
+ x="80.666016"
284
+ y="7524.7422"
285
+ id="tspan30924">right and left base circles</tspan></text>
286
+ <text
287
+ xml:space="preserve"
288
+ transform="matrix(0.26458333,0,0,0.26458333,17.034519,4.0435474)"
289
+ id="text28358"
290
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28360)"><tspan
291
+ x="78.394531"
292
+ y="7504.9336"
293
+ id="tspan30926">N1/N2 = pr1/pr2 = brr1/brr2 = blr1/blr2</tspan></text>
294
+ </g>
295
+ </svg>