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,376 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="431.11615"
6
+ height="318.04135"
7
+ viewBox="0 0 114.06615 84.14844"
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="-59.49184"
16
+ y="2664.5991"
17
+ width="216.15182"
18
+ height="28.726088"
19
+ id="rect25964" />
20
+ <rect
21
+ x="189.31267"
22
+ y="2635.9634"
23
+ width="65.98526"
24
+ height="18.378325"
25
+ id="rect25863" />
26
+ <rect
27
+ x="85.986122"
28
+ y="2625.8687"
29
+ width="42.463436"
30
+ height="16.722944"
31
+ id="rect25820" />
32
+ <rect
33
+ x="475.12344"
34
+ y="2772.0674"
35
+ width="157.89822"
36
+ height="48.357441"
37
+ id="rect804" />
38
+ <rect
39
+ x="81.064323"
40
+ y="2843.8103"
41
+ width="254.20912"
42
+ height="35.797581"
43
+ id="rect16969" />
44
+ <rect
45
+ x="385.47021"
46
+ y="2748.5046"
47
+ width="21.198053"
48
+ height="29.763985"
49
+ id="rect11112" />
50
+ <rect
51
+ x="279.07266"
52
+ y="2746.8557"
53
+ width="44.977711"
54
+ height="50.055519"
55
+ id="rect11070" />
56
+ <rect
57
+ x="210.08537"
58
+ y="2744.6553"
59
+ width="38.35619"
60
+ height="35.554527"
61
+ id="rect11028" />
62
+ <rect
63
+ x="133.3927"
64
+ y="2744.6616"
65
+ width="55.744244"
66
+ height="61.344288"
67
+ id="rect10986" />
68
+ <rect
69
+ x="73.224258"
70
+ y="2725.9961"
71
+ width="34.431232"
72
+ height="43.985794"
73
+ id="rect10944" />
74
+ <rect
75
+ x="79.32663"
76
+ y="2481.2285"
77
+ width="163.68143"
78
+ height="22.611668"
79
+ id="rect8903" />
80
+ <rect
81
+ x="218.91"
82
+ y="2713.1235"
83
+ width="190.48982"
84
+ height="24.943436"
85
+ id="rect7739" />
86
+ <rect
87
+ x="316.85132"
88
+ y="2712.1018"
89
+ width="47.70142"
90
+ height="20.769939"
91
+ id="rect6297" />
92
+ <rect
93
+ x="166.64491"
94
+ y="2687.6995"
95
+ width="41.616524"
96
+ height="27.514421"
97
+ id="rect6291" />
98
+ <marker
99
+ style="overflow:visible"
100
+ id="Arrow1L"
101
+ refX="0"
102
+ refY="0"
103
+ orient="auto-start-reverse"
104
+ markerWidth="8.75"
105
+ markerHeight="5"
106
+ viewBox="0 0 8.75 5"
107
+ preserveAspectRatio="xMidYMid">
108
+ <path
109
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
110
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
111
+ id="arrow1L"
112
+ transform="scale(-0.5)" />
113
+ </marker>
114
+ <rect
115
+ x="79.32663"
116
+ y="2481.2285"
117
+ width="192.78908"
118
+ height="25.133881"
119
+ id="rect8903-0" />
120
+ <marker
121
+ style="overflow:visible"
122
+ id="Arrow1L-6"
123
+ refX="0"
124
+ refY="0"
125
+ orient="auto-start-reverse"
126
+ markerWidth="8.75"
127
+ markerHeight="5"
128
+ viewBox="0 0 8.75 5"
129
+ preserveAspectRatio="xMidYMid">
130
+ <path
131
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
132
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
133
+ id="arrow1L-80"
134
+ transform="scale(-0.5)" />
135
+ </marker>
136
+ </defs>
137
+ <g
138
+ id="layer1"
139
+ transform="translate(-12.359863,-641.39606)">
140
+ <rect
141
+ style="opacity:1;fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
142
+ id="rect16011"
143
+ width="113.80157"
144
+ height="83.883835"
145
+ x="12.492154"
146
+ y="641.52832" />
147
+ <path
148
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
149
+ d="m 67.443911,671.09898 v 15.16314"
150
+ id="path807" />
151
+ <circle
152
+ style="opacity:1;fill:none;stroke:#00ccff;stroke-width:0.264583"
153
+ id="path6212"
154
+ cx="45.010746"
155
+ cy="678.71411"
156
+ r="16.193642" />
157
+ <circle
158
+ style="opacity:1;fill:none;stroke:#00ccff;stroke-width:0.264583"
159
+ id="path6214"
160
+ cx="99.698067"
161
+ cy="678.71411"
162
+ r="23.609303" />
163
+ <path
164
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
165
+ d="M 45.010744,678.71411 H 99.698067"
166
+ id="path6216" />
167
+ <path
168
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
169
+ d="m 56.773017,667.39946 25.855976,27.50397"
170
+ id="path6218" />
171
+ <path
172
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
173
+ d="M 45.102877,678.487 56.897556,667.4053"
174
+ id="path6218-5" />
175
+ <path
176
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
177
+ d="M 99.607457,678.94279 82.567908,694.96086"
178
+ id="path6218-0" />
179
+ <path
180
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
181
+ d="m 81.676104,693.68217 1.079352,-1.00838 1.089184,1.07537"
182
+ id="path6260" />
183
+ <path
184
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
185
+ d="m 57.8976,668.63398 -1.079352,1.00838 -1.089184,-1.07537"
186
+ id="path6260-3" />
187
+ <text
188
+ xml:space="preserve"
189
+ transform="matrix(0.26458333,0,0,0.26458333,-0.90138878,-42.746533)"
190
+ id="text6289"
191
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6291);display:inline;fill:#008080"><tspan
192
+ x="166.64453"
193
+ y="2700.6758"
194
+ id="tspan27708">brr1</tspan></text>
195
+ <text
196
+ xml:space="preserve"
197
+ transform="matrix(0.26458333,0,0,0.26458333,-1.5823344,-34.444074)"
198
+ id="text6295"
199
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6297);display:inline;fill:#008080"><tspan
200
+ x="316.85156"
201
+ y="2725.0782"
202
+ id="tspan27710">brr2</tspan></text>
203
+ <path
204
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
205
+ d="m 45.102877,678.48699 v 33.42679"
206
+ id="path6301" />
207
+ <path
208
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
209
+ d="m 99.607457,678.94279 v 33.42679"
210
+ id="path6301-6" />
211
+ <path
212
+ style="fill:none;stroke:#333333;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L);marker-end:url(#Arrow1L)"
213
+ d="M 46.786535,711.04919 H 98.143679"
214
+ id="path6216-1" />
215
+ <text
216
+ xml:space="preserve"
217
+ transform="matrix(0.26458333,0,0,0.26458333,-6.1123274,-10.944059)"
218
+ id="text7737"
219
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7739);display:inline"><tspan
220
+ x="218.91016"
221
+ y="2726.0996"
222
+ id="tspan27712">e: inter-axis distance</tspan></text>
223
+ <text
224
+ xml:space="preserve"
225
+ transform="matrix(0.26458333,0,0,0.26458333,-7.9268306,-2.7274027)"
226
+ id="text8901"
227
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903);display:inline"><tspan
228
+ x="79.326172"
229
+ y="2494.2051"
230
+ id="tspan27714">base-right-circle-1</tspan></text>
231
+ <text
232
+ xml:space="preserve"
233
+ transform="matrix(0.26458333,0,0,0.26458333,68.919757,-11.262377)"
234
+ id="text8901-6"
235
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903-0);display:inline"><tspan
236
+ x="79.326172"
237
+ y="2494.2051"
238
+ id="tspan27716">base-right-circle-2</tspan></text>
239
+ <path
240
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
241
+ d="m 31.474085,657.55432 3.106691,7.70042"
242
+ id="path9489" />
243
+ <path
244
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
245
+ d="m 115.27056,649.292 -3.46152,8.05447"
246
+ id="path9491" />
247
+ <text
248
+ xml:space="preserve"
249
+ transform="matrix(0.26458333,0,0,0.26458333,21.733307,-44.415583)"
250
+ id="text10942"
251
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10944);display:inline"><tspan
252
+ x="73.224609"
253
+ y="2738.9727"
254
+ id="tspan27718">A</tspan></text>
255
+ <text
256
+ xml:space="preserve"
257
+ transform="matrix(0.26458333,0,0,0.26458333,21.194515,-63.785158)"
258
+ id="text10984"
259
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10986);display:inline"><tspan
260
+ x="133.39258"
261
+ y="2757.6387"
262
+ id="tspan27720">B</tspan></text>
263
+ <text
264
+ xml:space="preserve"
265
+ transform="matrix(0.26458333,0,0,0.26458333,8.6623857,-47.543402)"
266
+ id="text11026"
267
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11028);display:inline"><tspan
268
+ x="210.08594"
269
+ y="2757.6328"
270
+ id="tspan27722">C</tspan></text>
271
+ <text
272
+ xml:space="preserve"
273
+ transform="matrix(0.26458333,0,0,0.26458333,5.8719643,-31.657509)"
274
+ id="text11068"
275
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11070);display:inline"><tspan
276
+ x="279.07227"
277
+ y="2759.8321"
278
+ id="tspan27724">D</tspan></text>
279
+ <text
280
+ xml:space="preserve"
281
+ transform="matrix(0.26458333,0,0,0.26458333,-2.5140732,-52.82943)"
282
+ id="text11110"
283
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11112);display:inline"><tspan
284
+ x="385.4707"
285
+ y="2761.4805"
286
+ id="tspan27726">E</tspan></text>
287
+ <text
288
+ xml:space="preserve"
289
+ transform="matrix(0.26458333,0,0,0.26458333,-7.5570683,-32.231931)"
290
+ id="text16967"
291
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16969);display:inline"><tspan
292
+ x="81.064453"
293
+ y="2856.7871"
294
+ id="tspan27728">base circle for involute</tspan></text>
295
+ <path
296
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
297
+ d="m 31.00991,683.95803 c 0,0 -0.986611,-2.26565 -1.125232,-3.4754 -0.156027,-1.36161 0.348794,-4.09673 0.348794,-4.09673"
298
+ id="path1469" />
299
+ <text
300
+ xml:space="preserve"
301
+ transform="matrix(0.26458333,0,0,0.26458333,-74.156469,-91.253558)"
302
+ id="text802"
303
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect804);display:inline;fill:#0000ff"><tspan
304
+ x="475.12305"
305
+ y="2785.043"
306
+ id="tspan27730">line of action
307
+ </tspan><tspan
308
+ x="475.12305"
309
+ y="2803.3765"
310
+ id="tspan27732">pressure line</tspan></text>
311
+ <path
312
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
313
+ d="M 67.293821,651.21009 63.38454,673.3111"
314
+ id="path917" />
315
+ <text
316
+ xml:space="preserve"
317
+ transform="matrix(0.26458333,0,0,0.26458333,8.0505961,-17.323033)"
318
+ id="text25818"
319
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25820)"><tspan
320
+ x="85.986328"
321
+ y="2638.8457"
322
+ id="tspan27734">cw</tspan></text>
323
+ <path
324
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-6)"
325
+ d="m 121.20971,683.48854 c 0,0 0.98661,-2.26565 1.12523,-3.4754 0.15603,-1.36161 -0.34879,-4.09673 -0.34879,-4.09673"
326
+ id="path1469-2" />
327
+ <text
328
+ xml:space="preserve"
329
+ transform="matrix(0.26458333,0,0,0.26458333,64.205329,-20.471057)"
330
+ id="text25861"
331
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25863)"><tspan
332
+ x="189.3125"
333
+ y="2648.9395"
334
+ id="tspan27736">ccw</tspan></text>
335
+ <path
336
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
337
+ d="m 57.187995,689.65992 c 0,0 1.201431,1.13453 1.95399,1.42171 1.103772,0.4212 2.356792,0.52008 3.526483,0.35412 1.849662,-0.26244 5.200645,-2.08912 5.200645,-2.08912"
338
+ id="path25867" />
339
+ <path
340
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
341
+ d="m 52.559465,693.11589 c 0,0 0.644738,1.52148 1.21864,2.08668 0.84174,0.82897 1.949593,1.42269 3.08748,1.74039 1.799377,0.50235 5.601828,0.17505 5.601828,0.17505"
342
+ id="path25867-1" />
343
+ <path
344
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
345
+ d="m 46.656456,694.93107 c 0,0 0.150289,1.64561 0.524599,2.35885 0.549,1.04609 1.423163,1.94924 2.41006,2.59867 1.560608,1.02695 5.281893,1.87423 5.281893,1.87423"
346
+ id="path25867-0" />
347
+ <path
348
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
349
+ d="m 78.58534,668.15948 c 0,0 -1.421279,-0.84296 -2.218537,-0.95783 -1.169328,-0.16851 -2.413472,0.0103 -3.51815,0.42907 -1.746854,0.66228 -4.614806,3.18036 -4.614806,3.18036"
350
+ id="path25867-5" />
351
+ <path
352
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
353
+ d="m 81.663257,663.2761 c 0,0 -1.168104,-1.16883 -1.912043,-1.47765 -1.091114,-0.45298 -2.34077,-0.58801 -3.51476,-0.456 -1.856471,0.20886 -5.258906,1.93779 -5.258906,1.93779"
354
+ id="path25867-5-1" />
355
+ <path
356
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
357
+ d="m 85.920146,659.47744 c 0,0 -0.695799,-1.49883 -1.288479,-2.04431 -0.869264,-0.80006 -1.996595,-1.35593 -3.144544,-1.63502 -1.815322,-0.44129 -5.604546,0.0144 -5.604546,0.0144"
358
+ id="path25867-5-10" />
359
+ <text
360
+ xml:space="preserve"
361
+ transform="matrix(0.26458333,0,0,0.26458333,29.793462,-1.4590836)"
362
+ id="text25962"
363
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25964);fill:#ff9955"><tspan
364
+ x="-59.492188"
365
+ y="2677.5762"
366
+ id="tspan27738">involute of circle</tspan></text>
367
+ <path
368
+ style="fill:none;stroke:#ffb380;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
369
+ d="m 46.668951,704.52535 3.087624,-3.40569"
370
+ id="path25968" />
371
+ <path
372
+ style="fill:none;stroke:#ff9955;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
373
+ d="m 91.918164,656.26042 c 0,0 -0.480069,-1.58118 -0.99089,-2.20397 -0.749253,-0.91343 -1.788074,-1.62103 -2.885912,-2.05743 -1.736073,-0.69005 -5.551813,-0.76706 -5.551813,-0.76706"
374
+ id="path25867-5-10-8" />
375
+ </g>
376
+ </svg>