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,218 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="401.37695"
6
+ height="321.55328"
7
+ viewBox="0 0 106.19765 85.077639"
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_inter_axis_maximum_distance.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="0.5946522"
31
+ inkscape:cx="264.8607"
32
+ inkscape:cy="6138.8825"
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
+ <marker
42
+ style="overflow:visible"
43
+ id="Arrow1L-2"
44
+ refX="0"
45
+ refY="0"
46
+ orient="auto-start-reverse"
47
+ inkscape:stockid="Arrow1L"
48
+ markerWidth="8.75"
49
+ markerHeight="5"
50
+ viewBox="0 0 8.75 5"
51
+ inkscape:isstock="true"
52
+ inkscape:collect="always"
53
+ preserveAspectRatio="xMidYMid">
54
+ <path
55
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
56
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
57
+ id="arrow1L-70"
58
+ transform="scale(-0.5)" />
59
+ </marker>
60
+ <rect
61
+ x="390.74844"
62
+ y="4224.1782"
63
+ width="91.063988"
64
+ height="51.489384"
65
+ id="rect2987-93" />
66
+ <rect
67
+ x="414.0658"
68
+ y="4158.6284"
69
+ width="79.122147"
70
+ height="41.093964"
71
+ id="rect3029-60" />
72
+ <rect
73
+ x="414.0658"
74
+ y="4158.6284"
75
+ width="79.122147"
76
+ height="41.093964"
77
+ id="rect3029-6-6" />
78
+ <rect
79
+ x="390.74844"
80
+ y="4224.1782"
81
+ width="91.063988"
82
+ height="51.489384"
83
+ id="rect2987-9-2" />
84
+ <rect
85
+ x="211.08093"
86
+ y="4197.2095"
87
+ width="153.646"
88
+ height="72.884071"
89
+ id="rect3231-6" />
90
+ <rect
91
+ x="87.432091"
92
+ y="4197.7158"
93
+ width="325.44913"
94
+ height="51.350037"
95
+ id="rect3273-1" />
96
+ </defs>
97
+ <g
98
+ inkscape:label="Layer 1"
99
+ inkscape:groupmode="layer"
100
+ id="layer1"
101
+ transform="translate(-17.657797,-1128.4042)">
102
+ <rect
103
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
104
+ id="rect3329-8"
105
+ width="105.93307"
106
+ height="84.813065"
107
+ x="17.790089"
108
+ y="1128.5365"
109
+ inkscape:export-filename="gear_inter_axis_minimum_distance.svg"
110
+ inkscape:export-xdpi="96"
111
+ inkscape:export-ydpi="96" />
112
+ <circle
113
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
114
+ id="path2237-3-3-7"
115
+ cx="49.874588"
116
+ cy="1159.2062"
117
+ r="23.860231" />
118
+ <circle
119
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
120
+ id="path2237-6-6-6-9"
121
+ cx="49.874588"
122
+ cy="1159.2062"
123
+ r="28.572924" />
124
+ <circle
125
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
126
+ id="path2237-9-0-7-2"
127
+ cx="99.114105"
128
+ cy="1159.2062"
129
+ r="12.41958" />
130
+ <circle
131
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
132
+ id="path2237-6-1-6-5-0"
133
+ cx="99.114105"
134
+ cy="1159.2062"
135
+ r="20.666595" />
136
+ <path
137
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
138
+ d="m 49.874584,1159.2061 h 49.06081"
139
+ id="path2048-2" />
140
+ <path
141
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
142
+ d="m 49.874585,1159.2061 v 39.1998"
143
+ id="path2050-37" />
144
+ <path
145
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
146
+ d="m 98.803105,1159.4623 v 39.1998"
147
+ id="path2050-3-5" />
148
+ <path
149
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-2);marker-end:url(#Arrow1L-2)"
150
+ d="M 51.486189,1197.1018 H 97.227606"
151
+ id="path2048-5-9" />
152
+ <path
153
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
154
+ d="M 49.874585,1159.2061 31.069614,1144.52"
155
+ id="path2881-2" />
156
+ <path
157
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
158
+ d="m 49.874585,1159.2061 -11.805433,-26.02"
159
+ id="path2883-2" />
160
+ <path
161
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
162
+ d="m 99.114104,1159.2061 8.912616,-8.6493"
163
+ id="path2885-8"
164
+ sodipodi:nodetypes="cc" />
165
+ <path
166
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
167
+ d="m 98.981804,1159.3384 19.512586,-7.3095"
168
+ id="path2983-9" />
169
+ <text
170
+ xml:space="preserve"
171
+ transform="matrix(0.26458333,0,0,0.26458333,-70.459211,33.181812)"
172
+ id="text2985-7"
173
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-93);display:inline"><tspan
174
+ x="390.74805"
175
+ y="4237.1543"
176
+ id="tspan3223">pr1</tspan></text>
177
+ <text
178
+ xml:space="preserve"
179
+ transform="matrix(0.26458333,0,0,0.26458333,-64.850651,41.078578)"
180
+ id="text3027-3"
181
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3029-60);display:inline"><tspan
182
+ x="414.06641"
183
+ y="4171.6055"
184
+ id="tspan3225">ar1</tspan></text>
185
+ <text
186
+ xml:space="preserve"
187
+ transform="matrix(0.26458333,0,0,0.26458333,1.9409389,53.572694)"
188
+ id="text3027-2-6"
189
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3029-6-6);display:inline"><tspan
190
+ x="414.06641"
191
+ y="4171.6055"
192
+ id="tspan3227">ar2</tspan></text>
193
+ <text
194
+ xml:space="preserve"
195
+ transform="matrix(0.26458333,0,0,0.26458333,-5.254873,31.394712)"
196
+ id="text2985-1-1"
197
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-2);display:inline"><tspan
198
+ x="390.74805"
199
+ y="4237.1543"
200
+ id="tspan3229">pr2</tspan></text>
201
+ <text
202
+ xml:space="preserve"
203
+ transform="matrix(0.27844395,0,0,0.26458333,-0.81086673,86.980078)"
204
+ id="text3229-2"
205
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3231-6);display:inline;stroke-width:0.974793"><tspan
206
+ x="211.08008"
207
+ y="4210.1856"
208
+ id="tspan3231">e[max]=ar1+ar2</tspan></text>
209
+ <text
210
+ xml:space="preserve"
211
+ transform="matrix(0.26458333,0,0,0.26458333,-3.1013255,97.309937)"
212
+ id="text3271-9"
213
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273-1);display:inline"><tspan
214
+ x="87.431641"
215
+ y="4210.6914"
216
+ id="tspan3233">inter-axis maximum distance</tspan></text>
217
+ </g>
218
+ </svg>
@@ -0,0 +1,218 @@
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="321.55328"
7
+ viewBox="0 0 92.028758 85.077639"
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_inter_axis_maximum_distance.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="0.5946522"
31
+ inkscape:cx="264.8607"
32
+ inkscape:cy="6138.8825"
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="87.432091"
43
+ y="4197.7158"
44
+ width="325.44913"
45
+ height="51.350037"
46
+ id="rect3273" />
47
+ <rect
48
+ x="211.08093"
49
+ y="4197.2095"
50
+ width="153.646"
51
+ height="72.884071"
52
+ id="rect3231" />
53
+ <rect
54
+ x="414.0658"
55
+ y="4158.6284"
56
+ width="79.122147"
57
+ height="41.093964"
58
+ id="rect3029" />
59
+ <rect
60
+ x="390.74844"
61
+ y="4224.1782"
62
+ width="91.063988"
63
+ height="51.489384"
64
+ id="rect2987" />
65
+ <marker
66
+ style="overflow:visible"
67
+ id="Arrow1L"
68
+ refX="0"
69
+ refY="0"
70
+ orient="auto-start-reverse"
71
+ inkscape:stockid="Arrow1L"
72
+ markerWidth="8.75"
73
+ markerHeight="5"
74
+ viewBox="0 0 8.75 5"
75
+ inkscape:isstock="true"
76
+ inkscape:collect="always"
77
+ preserveAspectRatio="xMidYMid">
78
+ <path
79
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
80
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
81
+ id="arrow1L"
82
+ transform="scale(-0.5)" />
83
+ </marker>
84
+ <rect
85
+ x="414.0658"
86
+ y="4158.6284"
87
+ width="79.122147"
88
+ height="41.093964"
89
+ id="rect3029-6" />
90
+ <rect
91
+ x="390.74844"
92
+ y="4224.1782"
93
+ width="91.063988"
94
+ height="51.489384"
95
+ id="rect2987-9" />
96
+ </defs>
97
+ <g
98
+ inkscape:label="Layer 1"
99
+ inkscape:groupmode="layer"
100
+ id="layer1"
101
+ transform="translate(-15.462223,-1026.9489)">
102
+ <rect
103
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
104
+ id="rect3329"
105
+ width="91.764175"
106
+ height="84.813065"
107
+ x="15.594515"
108
+ y="1027.0812"
109
+ inkscape:export-filename="gear_inter_axis_minimum_distance.svg"
110
+ inkscape:export-xdpi="96"
111
+ inkscape:export-ydpi="96" />
112
+ <circle
113
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
114
+ id="path2237-3-3"
115
+ cx="47.679012"
116
+ cy="1057.7509"
117
+ r="23.860231" />
118
+ <circle
119
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
120
+ id="path2237-6-6-6"
121
+ cx="47.679012"
122
+ cy="1057.7509"
123
+ r="28.572924" />
124
+ <circle
125
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
126
+ id="path2237-9-0-7"
127
+ cx="83.958824"
128
+ cy="1057.7509"
129
+ r="12.41958" />
130
+ <circle
131
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
132
+ id="path2237-6-1-6-5"
133
+ cx="83.958824"
134
+ cy="1057.7509"
135
+ r="20.666595" />
136
+ <path
137
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
138
+ d="M 47.679011,1057.7508 H 83.958824"
139
+ id="path2048" />
140
+ <path
141
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
142
+ d="m 47.679011,1057.7508 v 39.1998"
143
+ id="path2050" />
144
+ <path
145
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
146
+ d="m 83.826533,1057.859 v 39.1998"
147
+ id="path2050-3" />
148
+ <path
149
+ 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)"
150
+ d="m 49.433263,1094.7474 h 32.77131"
151
+ id="path2048-5" />
152
+ <path
153
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
154
+ d="M 47.679011,1057.7508 28.87404,1043.0647"
155
+ id="path2881" />
156
+ <path
157
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
158
+ d="m 47.679011,1057.7508 -11.805433,-26.02"
159
+ id="path2883" />
160
+ <path
161
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
162
+ d="m 83.958823,1057.7508 8.912627,-8.6493"
163
+ id="path2885"
164
+ sodipodi:nodetypes="cc" />
165
+ <path
166
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
167
+ d="m 83.826532,1057.8831 19.512588,-7.3095"
168
+ id="path2983" />
169
+ <text
170
+ xml:space="preserve"
171
+ transform="matrix(0.26458333,0,0,0.26458333,-72.654785,-68.273475)"
172
+ id="text2985"
173
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987);display:inline"><tspan
174
+ x="390.74805"
175
+ y="4237.1543"
176
+ id="tspan1982">pr1</tspan></text>
177
+ <text
178
+ xml:space="preserve"
179
+ transform="matrix(0.26458333,0,0,0.26458333,-67.046225,-60.376709)"
180
+ id="text3027"
181
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3029);display:inline"><tspan
182
+ x="414.06641"
183
+ y="4171.6055"
184
+ id="tspan1984">ar1</tspan></text>
185
+ <text
186
+ xml:space="preserve"
187
+ transform="matrix(0.26458333,0,0,0.26458333,-13.214337,-47.882543)"
188
+ id="text3027-2"
189
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3029-6);display:inline"><tspan
190
+ x="414.06641"
191
+ y="4171.6055"
192
+ id="tspan1986">ar2</tspan></text>
193
+ <text
194
+ xml:space="preserve"
195
+ transform="matrix(0.26458333,0,0,0.26458333,-20.410149,-70.060525)"
196
+ id="text2985-1"
197
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9);display:inline"><tspan
198
+ x="390.74805"
199
+ y="4237.1543"
200
+ id="tspan1988">pr2</tspan></text>
201
+ <text
202
+ xml:space="preserve"
203
+ transform="matrix(0.26458333,0,0,0.26458333,-6.5910148,-14.133259)"
204
+ id="text3229"
205
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3231);display:inline"><tspan
206
+ x="211.08008"
207
+ y="4210.1856"
208
+ id="tspan1990">e[min]=pr1+pr2</tspan></text>
209
+ <text
210
+ xml:space="preserve"
211
+ transform="matrix(0.26458333,0,0,0.26458333,-5.2968998,-4.1453464)"
212
+ id="text3271"
213
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273);display:inline"><tspan
214
+ x="87.431641"
215
+ y="4210.6914"
216
+ id="tspan1992">inter-axis minimum distance</tspan></text>
217
+ </g>
218
+ </svg>
@@ -0,0 +1,199 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="347.82526"
6
+ height="343.86136"
7
+ viewBox="0 0 92.028766 90.979983"
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="95.77552"
16
+ y="4893.9912"
17
+ width="240.78052"
18
+ height="89.137581"
19
+ id="rect7562" />
20
+ <rect
21
+ x="362.27875"
22
+ y="4898.3384"
23
+ width="56.139809"
24
+ height="32.173317"
25
+ id="rect7471" />
26
+ <rect
27
+ x="296.23886"
28
+ y="4903.0459"
29
+ width="66.039902"
30
+ height="31.917845"
31
+ id="rect7465" />
32
+ <rect
33
+ x="390.74844"
34
+ y="4224.1782"
35
+ width="91.063988"
36
+ height="51.489384"
37
+ id="rect2987-94" />
38
+ <rect
39
+ x="390.74844"
40
+ y="4224.1782"
41
+ width="91.063988"
42
+ height="51.489384"
43
+ id="rect2987-9-4" />
44
+ <rect
45
+ x="87.432091"
46
+ y="4197.7158"
47
+ width="325.44913"
48
+ height="51.350037"
49
+ id="rect3273-0" />
50
+ </defs>
51
+ <g
52
+ id="layer1"
53
+ transform="translate(-21.4111,-1231.3189)">
54
+ <rect
55
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
56
+ id="rect3329-3"
57
+ width="91.764175"
58
+ height="90.715446"
59
+ x="21.543392"
60
+ y="1231.4512" />
61
+ <circle
62
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
63
+ id="path2237-3-3-6"
64
+ cx="53.627892"
65
+ cy="1262.1208"
66
+ r="23.860231" />
67
+ <circle
68
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583"
69
+ id="path2237-6-6-6-1"
70
+ cx="53.627892"
71
+ cy="1262.1208"
72
+ r="28.572924" />
73
+ <circle
74
+ style="fill:none;stroke:#800000;stroke-width:0.264583"
75
+ id="path2237-9-0-7-0"
76
+ cx="89.907692"
77
+ cy="1262.1208"
78
+ r="12.41958" />
79
+ <circle
80
+ style="fill:none;stroke:#0000ff;stroke-width:0.264582"
81
+ id="path2237-6-1-6-5-6"
82
+ cx="89.907692"
83
+ cy="1262.1208"
84
+ r="20.666595" />
85
+ <path
86
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
87
+ d="M 53.627888,1262.1208 H 89.907705"
88
+ id="path2048-3" />
89
+ <path
90
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
91
+ d="M 53.627888,1262.1208 34.822917,1247.4347"
92
+ id="path2881-1" />
93
+ <path
94
+ style="fill:none;stroke:#aa0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
95
+ d="m 89.907705,1262.1208 8.91262,-8.6493"
96
+ id="path2885-5" />
97
+ <text
98
+ xml:space="preserve"
99
+ transform="matrix(0.26458333,0,0,0.26458333,-66.705908,136.09651)"
100
+ id="text2985-76"
101
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-94);display:inline"><tspan
102
+ x="390.74805"
103
+ y="4237.1543"
104
+ id="tspan6507">pr1</tspan></text>
105
+ <text
106
+ xml:space="preserve"
107
+ transform="matrix(0.26458333,0,0,0.26458333,-14.461272,134.30947)"
108
+ id="text2985-1-3"
109
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2987-9-4);display:inline"><tspan
110
+ x="390.74805"
111
+ y="4237.1543"
112
+ id="tspan6509">pr2</tspan></text>
113
+ <text
114
+ xml:space="preserve"
115
+ transform="matrix(0.26458333,0,0,0.26458333,-0.43082139,206.14006)"
116
+ id="text3271-4"
117
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3273-0);display:inline"><tspan
118
+ x="87.431641"
119
+ y="4210.6914"
120
+ id="tspan6511">large base radius</tspan></text>
121
+ <circle
122
+ style="fill:none;stroke:#00ccff;stroke-width:0.264582"
123
+ id="path6214-2-5"
124
+ cx="53.627892"
125
+ cy="1262.1208"
126
+ r="22.201099" />
127
+ <circle
128
+ style="fill:none;stroke:#00ccff;stroke-width:0.264582"
129
+ id="path6214-2-5-2"
130
+ cx="89.907707"
131
+ cy="1262.1208"
132
+ r="11.395553" />
133
+ <path
134
+ style="fill:#2ad4ff;stroke:#2ad4ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
135
+ d="m 53.62789,1262.1208 c -3e-6,0 -7.866241,-20.8056 -7.866241,-20.8056"
136
+ id="path7459" />
137
+ <path
138
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
139
+ d="M 89.907691,1262.1208 101.109,1260.4499"
140
+ id="path7461" />
141
+ <text
142
+ xml:space="preserve"
143
+ transform="matrix(0.26458333,0,0,0.26458333,-29.770663,-51.620252)"
144
+ id="text7463"
145
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7465);display:inline"><tspan
146
+ x="296.23828"
147
+ y="4916.0235"
148
+ id="tspan6513">brr1</tspan></text>
149
+ <text
150
+ xml:space="preserve"
151
+ transform="matrix(0.26458333,0,0,0.26458333,-3.446979,-34.589309)"
152
+ id="text7469"
153
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7471);display:inline"><tspan
154
+ x="362.2793"
155
+ y="4911.3145"
156
+ id="tspan6515">brr2</tspan></text>
157
+ <path
158
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
159
+ d="m 74.221122,1253.8857 4.934877,12.5534"
160
+ id="path7475" />
161
+ <path
162
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
163
+ d="m 53.703273,1262.0418 20.628485,-8.1669"
164
+ id="path7475-5" />
165
+ <path
166
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
167
+ d="m 79.206084,1266.264 10.723001,-4.2016"
168
+ id="path7475-5-4" />
169
+ <path
170
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
171
+ d="m 73.156053,1254.3872 0.462098,0.9545 0.923885,-0.3593"
172
+ id="path7531" />
173
+ <path
174
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
175
+ d="m 80.184979,1265.7612 -0.4621,-0.9545 -0.92389,0.3593"
176
+ id="path7531-7" />
177
+ <text
178
+ xml:space="preserve"
179
+ transform="matrix(0.26458333,0,0,0.26458333,-0.3936658,0.02780863)"
180
+ id="text7560"
181
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7562);display:inline"><tspan
182
+ x="95.775391"
183
+ y="4906.9688"
184
+ id="tspan6517">- brr1 closed to pr1
185
+ </tspan><tspan
186
+ x="95.775391"
187
+ y="4925.3023"
188
+ id="tspan6519">- brr2 closed to pr2
189
+ </tspan><tspan
190
+ x="95.775391"
191
+ y="4943.6358"
192
+ id="tspan6521">- ppa closed to 0
193
+ </tspan><tspan
194
+ x="95.775391"
195
+ y="4961.9693"
196
+ id="tspan6523">- brr1/brr2=pr1/pr2=N1/N2
197
+ </tspan></text>
198
+ </g>
199
+ </svg>