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,556 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="399.3913"
6
+ height="362.27133"
7
+ viewBox="0 0 105.67228 95.850955"
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="0.84096521"
31
+ inkscape:cx="510.72268"
32
+ inkscape:cy="6469.3521"
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"
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"
58
+ transform="scale(-0.5)" />
59
+ </marker>
60
+ <rect
61
+ x="166.64491"
62
+ y="2687.6995"
63
+ width="41.616524"
64
+ height="27.514421"
65
+ id="rect6291-3-3" />
66
+ <rect
67
+ x="316.85132"
68
+ y="2712.1018"
69
+ width="47.70142"
70
+ height="20.769939"
71
+ id="rect6297-6-6" />
72
+ <marker
73
+ style="overflow:visible"
74
+ id="Arrow1L-75-5"
75
+ refX="0"
76
+ refY="0"
77
+ orient="auto-start-reverse"
78
+ inkscape:stockid="Arrow1L"
79
+ markerWidth="8.75"
80
+ markerHeight="5"
81
+ viewBox="0 0 8.75 5"
82
+ inkscape:isstock="true"
83
+ inkscape:collect="always"
84
+ preserveAspectRatio="xMidYMid">
85
+ <path
86
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
87
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
88
+ id="arrow1L-35-6"
89
+ transform="scale(-0.5)" />
90
+ </marker>
91
+ <rect
92
+ x="218.91"
93
+ y="2713.1235"
94
+ width="190.48982"
95
+ height="24.943436"
96
+ id="rect7739-6-3" />
97
+ <rect
98
+ x="79.32663"
99
+ y="2481.2285"
100
+ width="163.68143"
101
+ height="22.611668"
102
+ id="rect8903-2-9" />
103
+ <rect
104
+ x="79.32663"
105
+ y="2481.2285"
106
+ width="192.78908"
107
+ height="25.133881"
108
+ id="rect8903-0-9-4" />
109
+ <rect
110
+ x="46.665592"
111
+ y="2703.4529"
112
+ width="226.10506"
113
+ height="39.247593"
114
+ id="rect9495-1-8" />
115
+ <marker
116
+ style="overflow:visible"
117
+ id="Arrow1L-1"
118
+ refX="0"
119
+ refY="0"
120
+ orient="auto-start-reverse"
121
+ inkscape:stockid="Arrow1L"
122
+ markerWidth="8.75"
123
+ markerHeight="5"
124
+ viewBox="0 0 8.75 5"
125
+ inkscape:isstock="true"
126
+ inkscape:collect="always"
127
+ preserveAspectRatio="xMidYMid">
128
+ <path
129
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
130
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
131
+ id="arrow1L-2"
132
+ transform="scale(-0.5)" />
133
+ </marker>
134
+ <rect
135
+ x="73.224258"
136
+ y="2725.9961"
137
+ width="34.431232"
138
+ height="43.985794"
139
+ id="rect10944-2-9" />
140
+ <rect
141
+ x="133.3927"
142
+ y="2744.6616"
143
+ width="55.744244"
144
+ height="61.344288"
145
+ id="rect10986-7-3" />
146
+ <rect
147
+ x="210.08537"
148
+ y="2744.6553"
149
+ width="38.35619"
150
+ height="35.554527"
151
+ id="rect11028-0-9" />
152
+ <rect
153
+ x="279.07266"
154
+ y="2746.8557"
155
+ width="44.977711"
156
+ height="50.055519"
157
+ id="rect11070-9-0" />
158
+ <rect
159
+ x="385.47021"
160
+ y="2748.5046"
161
+ width="21.198053"
162
+ height="29.763985"
163
+ id="rect11112-3-8" />
164
+ <rect
165
+ x="81.064323"
166
+ y="2843.8103"
167
+ width="254.20912"
168
+ height="35.797581"
169
+ id="rect16969-6-8" />
170
+ <rect
171
+ x="475.12344"
172
+ y="2772.0674"
173
+ width="157.89822"
174
+ height="48.357441"
175
+ id="rect804-0-5" />
176
+ <rect
177
+ x="199.19913"
178
+ y="6379.0771"
179
+ width="54.369259"
180
+ height="17.969028"
181
+ id="rect4411-0" />
182
+ <rect
183
+ x="221.8828"
184
+ y="6301.6553"
185
+ width="55.588562"
186
+ height="20.314734"
187
+ id="rect4417-9" />
188
+ <marker
189
+ style="overflow:visible"
190
+ id="Arrow1L-77-6"
191
+ refX="0"
192
+ refY="0"
193
+ orient="auto-start-reverse"
194
+ inkscape:stockid="Arrow1L"
195
+ markerWidth="8.75"
196
+ markerHeight="5"
197
+ viewBox="0 0 8.75 5"
198
+ inkscape:isstock="true"
199
+ inkscape:collect="always"
200
+ preserveAspectRatio="xMidYMid">
201
+ <path
202
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
203
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
204
+ id="arrow1L-6-3"
205
+ transform="scale(-0.5)" />
206
+ </marker>
207
+ <marker
208
+ style="overflow:visible"
209
+ id="Arrow1L-24"
210
+ refX="0"
211
+ refY="0"
212
+ orient="auto-start-reverse"
213
+ inkscape:stockid="Arrow1L"
214
+ markerWidth="8.75"
215
+ markerHeight="5"
216
+ viewBox="0 0 8.75 5"
217
+ inkscape:isstock="true"
218
+ inkscape:collect="always"
219
+ preserveAspectRatio="xMidYMid">
220
+ <path
221
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
222
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
223
+ id="arrow1L-77"
224
+ transform="scale(-0.5)" />
225
+ </marker>
226
+ <rect
227
+ x="443.35593"
228
+ y="6678.2441"
229
+ width="55.901897"
230
+ height="27.960802"
231
+ id="rect15431-2" />
232
+ <rect
233
+ x="427.13715"
234
+ y="6607.4829"
235
+ width="63.945599"
236
+ height="31.856199"
237
+ id="rect15425-9" />
238
+ </defs>
239
+ <g
240
+ inkscape:label="Layer 1"
241
+ inkscape:groupmode="layer"
242
+ id="layer1"
243
+ transform="translate(-23.251181,-1798.8097)">
244
+ <rect
245
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264582"
246
+ id="rect16011-6-8"
247
+ width="105.40771"
248
+ height="95.586372"
249
+ x="23.383472"
250
+ y="1798.942"
251
+ inkscape:export-filename="gear_base_right_circle_for_involute.svg"
252
+ inkscape:export-xdpi="96"
253
+ inkscape:export-ydpi="96" />
254
+ <path
255
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
256
+ d="m 69.941364,1827.6511 v 15.1631"
257
+ id="path807-2-5" />
258
+ <circle
259
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583"
260
+ id="path6212-6-6"
261
+ cx="47.508205"
262
+ cy="1835.2661"
263
+ r="16.193642" />
264
+ <circle
265
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583"
266
+ id="path6214-1-1"
267
+ cx="102.19553"
268
+ cy="1835.2661"
269
+ r="23.609303" />
270
+ <path
271
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
272
+ d="M 47.508199,1835.2661 H 102.54024"
273
+ id="path6216-8-1" />
274
+ <path
275
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
276
+ d="m 59.339911,1846.4468 25.85597,-27.5039"
277
+ id="path6218-7-5" />
278
+ <path
279
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
280
+ d="m 47.66977,1835.3593 11.794681,11.0817"
281
+ id="path6218-5-9-9" />
282
+ <path
283
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
284
+ d="M 102.53734,1835.2451 85.134741,1818.8855"
285
+ id="path6218-0-2-8" />
286
+ <path
287
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
288
+ d="m 84.242991,1820.1641 1.07935,1.0084 1.08919,-1.0754"
289
+ id="path6260-0-4" />
290
+ <path
291
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
292
+ d="m 60.464491,1845.2123 -1.07935,-1.0084 -1.08918,1.0754"
293
+ id="path6260-3-2-8" />
294
+ <text
295
+ xml:space="preserve"
296
+ transform="matrix(0.26458333,0,0,0.26458333,8.817619,1125.506)"
297
+ id="text6289-3-1"
298
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6291-3-3);display:inline;fill:#008080"><tspan
299
+ x="166.64453"
300
+ y="2700.6758"
301
+ id="tspan19987">blr1</tspan></text>
302
+ <text
303
+ xml:space="preserve"
304
+ transform="matrix(0.26458333,0,0,0.26458333,8.9274817,1104.9179)"
305
+ id="text6295-7-0"
306
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6297-6-6);display:inline;fill:#008080"><tspan
307
+ x="316.85156"
308
+ y="2725.0782"
309
+ id="tspan19989">blr2</tspan></text>
310
+ <path
311
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
312
+ d="m 47.600333,1835.039 v 47.1895"
313
+ id="path6301-5-3" />
314
+ <path
315
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
316
+ d="m 102.42987,1835.1728 v 47.7766"
317
+ id="path6301-6-9-0" />
318
+ <path
319
+ style="fill:none;stroke:#333333;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-75-5);marker-end:url(#Arrow1L-75-5)"
320
+ d="M 49.283994,1880.8313 H 100.64113"
321
+ id="path6216-1-2-4" />
322
+ <text
323
+ xml:space="preserve"
324
+ transform="matrix(0.26458333,0,0,0.26458333,-3.6148705,1158.838)"
325
+ id="text7737-2-4"
326
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7739-6-3);display:inline"><tspan
327
+ x="218.91016"
328
+ y="2726.0996"
329
+ id="tspan19991">e: inter-axis distance</tspan></text>
330
+ <text
331
+ xml:space="preserve"
332
+ transform="matrix(0.26458333,0,0,0.26458333,3.2772435,1144.6973)"
333
+ id="text8901-8-4"
334
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903-2-9);display:inline"><tspan
335
+ x="79.326172"
336
+ y="2494.2051"
337
+ id="tspan19993">base-left-circle-1</tspan></text>
338
+ <text
339
+ xml:space="preserve"
340
+ transform="matrix(0.26458333,0,0,0.26458333,68.322474,1143.8579)"
341
+ id="text8901-6-9-4"
342
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8903-0-9-4);display:inline"><tspan
343
+ x="79.326172"
344
+ y="2494.2051"
345
+ id="tspan19995">base-left-circle-2</tspan></text>
346
+ <path
347
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
348
+ d="m 28.469775,1805.6754 9.012726,16.0075"
349
+ id="path9489-7-7" />
350
+ <path
351
+ style="fill:none;stroke:#00ccff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
352
+ d="m 117.02501,1804.6653 -3.30249,8.9187"
353
+ id="path9491-3-6"
354
+ sodipodi:nodetypes="cc" />
355
+ <text
356
+ xml:space="preserve"
357
+ transform="matrix(0.26458333,0,0,0.26458333,48.599377,1097.8833)"
358
+ id="text9493-6-3"
359
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9495-1-8);display:inline;fill:#aa8800"><tspan
360
+ x="46.666016"
361
+ y="2716.4297"
362
+ id="tspan19997">pna=pressure negative angle</tspan></text>
363
+ <path
364
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-1)"
365
+ d="m 69.869841,1841.1759 c 0,0 -1.15357,0.2837 -1.68241,0.1525 -0.44799,-0.1115 -1.05086,-0.7435 -1.05086,-0.7435"
366
+ id="path10111-1-1"
367
+ sodipodi:nodetypes="cac" />
368
+ <path
369
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
370
+ d="m 71.914186,1828.7083 2.786759,-11.1527"
371
+ id="path10142-3-5"
372
+ sodipodi:nodetypes="cc" />
373
+ <text
374
+ xml:space="preserve"
375
+ transform="matrix(0.26458333,0,0,0.26458333,24.230763,1112.1365)"
376
+ id="text10942-1-9"
377
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10944-2-9);display:inline"><tspan
378
+ x="73.224609"
379
+ y="2738.9727"
380
+ id="tspan19999">A</tspan></text>
381
+ <text
382
+ xml:space="preserve"
383
+ transform="matrix(0.26458333,0,0,0.26458333,23.432134,1121.0174)"
384
+ id="text10984-9-6"
385
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10986-7-3);display:inline"><tspan
386
+ x="133.39258"
387
+ y="2757.6387"
388
+ id="tspan20001">B</tspan></text>
389
+ <text
390
+ xml:space="preserve"
391
+ transform="matrix(0.26458333,0,0,0.26458333,11.049911,1105.0829)"
392
+ id="text11026-4-2"
393
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11028-0-9);display:inline"><tspan
394
+ x="210.08594"
395
+ y="2757.6328"
396
+ id="tspan20003">C</tspan></text>
397
+ <text
398
+ xml:space="preserve"
399
+ transform="matrix(0.26458333,0,0,0.26458333,6.9733408,1090.0495)"
400
+ id="text11068-7-1"
401
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11070-9-0);display:inline"><tspan
402
+ x="279.07227"
403
+ y="2759.8321"
404
+ id="tspan20005">D</tspan></text>
405
+ <text
406
+ xml:space="preserve"
407
+ transform="matrix(0.26458333,0,0,0.26458333,-0.01661652,1103.7227)"
408
+ id="text11110-8-7"
409
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11112-3-8);display:inline"><tspan
410
+ x="385.4707"
411
+ y="2761.4805"
412
+ id="tspan20007">E</tspan></text>
413
+ <text
414
+ xml:space="preserve"
415
+ transform="matrix(0.26458333,0,0,0.26458333,2.7147115,1137.3164)"
416
+ id="text16967-4-8"
417
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16969-6-8);display:inline"><tspan
418
+ x="81.064453"
419
+ y="2856.7871"
420
+ id="tspan20009">base left circle for involute</tspan></text>
421
+ <path
422
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L)"
423
+ d="m 33.982727,1829.3749 c 0,0 0.85652,-2.3179 1.59399,-3.2869 0.83003,-1.0906 3.08781,-2.7148 3.08781,-2.7148"
424
+ id="path1469-5-5"
425
+ sodipodi:nodetypes="cac" />
426
+ <text
427
+ xml:space="preserve"
428
+ transform="matrix(0.26458333,0,0,0.26458333,-70.796512,1124.1394)"
429
+ id="text802-0-7"
430
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect804-0-5);display:inline"><tspan
431
+ x="475.12305"
432
+ y="2785.043"
433
+ id="tspan20011">line of action
434
+ </tspan><tspan
435
+ x="475.12305"
436
+ y="2803.3765"
437
+ id="tspan20013">pressure line</tspan></text>
438
+ <path
439
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
440
+ d="M 68.730644,1857.7065 63.503497,1842.825"
441
+ id="path917-3-4"
442
+ sodipodi:nodetypes="cc" />
443
+ <path
444
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
445
+ d="m 45.154811,1820.1466 c 0,0 -0.899544,-1.8303 -0.881724,-2.8128 0.0229,-1.2557 1.257158,-3.552 1.257158,-3.552 h 2.282482 c 0,0 1.458937,2.0448 1.592117,3.241 0.13209,1.1851 -0.83204,3.4792 -0.83204,3.4792"
446
+ id="path3888-9-3"
447
+ sodipodi:nodetypes="caccac" />
448
+ <path
449
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
450
+ d="m 45.143006,1813.7797 c 0,0 -1.21494,2.3414 -1.209584,3.6107 0.0045,1.0559 1.031626,2.9952 1.031626,2.9952"
451
+ id="path3890-4-3"
452
+ sodipodi:nodetypes="cac" />
453
+ <text
454
+ xml:space="preserve"
455
+ transform="matrix(0.26458333,0,0,0.26458333,-15.148601,123.16399)"
456
+ id="text4409-6"
457
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:sans-serif;white-space:pre;shape-inside:url(#rect4411-0);display:inline;fill:#666666"><tspan
458
+ x="199.19922"
459
+ y="6392.0547"
460
+ id="tspan20015">left</tspan></text>
461
+ <text
462
+ xml:space="preserve"
463
+ transform="matrix(0.26458333,0,0,0.26458333,-8.7450045,143.82005)"
464
+ id="text4415-4"
465
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4417-9);display:inline;fill:#666666"><tspan
466
+ x="221.88281"
467
+ y="6314.6328"
468
+ id="tspan20017">right</tspan></text>
469
+ <path
470
+ style="fill:none;stroke:#d4aa00;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-77-6)"
471
+ d="m 70.093051,1829.3457 c 0,0 1.15357,-0.2837 1.68242,-0.1525 0.44798,0.1115 1.05085,0.7435 1.05085,0.7435"
472
+ id="path10111-1-7-3"
473
+ sodipodi:nodetypes="cac" />
474
+ <path
475
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
476
+ d="m 36.852416,1846.3581 c 0,0 -0.707478,1.9127 -1.432089,2.5765 -0.926187,0.8482 -3.441124,1.5349 -3.441124,1.5349 l -1.571995,-1.6549 c 0,0 0.477731,-2.4661 1.253283,-3.3865 0.768254,-0.9119 3.095553,-1.7929 3.095553,-1.7929"
477
+ id="path3888-9-3-0"
478
+ sodipodi:nodetypes="caccac" />
479
+ <path
480
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
481
+ d="m 32.244381,1850.7517 c 0,0 2.534331,-0.7317 3.450917,-1.6098 0.762455,-0.7305 1.461094,-2.8108 1.461094,-2.8108"
482
+ id="path3890-4-3-3"
483
+ sodipodi:nodetypes="cac" />
484
+ <path
485
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
486
+ d="m 42.022949,1849.6757 c 0,0 0.05347,2.0386 -0.372786,2.924 -0.544933,1.1315 -2.624959,2.7032 -2.624959,2.7032 l -2.074176,-0.9528 c 0,0 -0.472324,-2.4672 -0.09406,-3.6097 0.37463,-1.132 2.20829,-2.8143 2.20829,-2.8143"
487
+ id="path3888-9-3-0-0"
488
+ sodipodi:nodetypes="caccac" />
489
+ <path
490
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
491
+ d="m 39.376221,1855.4664 c 0,0 2.081319,-1.6206 2.606239,-2.7763 0.436622,-0.9614 0.312695,-3.1524 0.312695,-3.1524"
492
+ id="path3890-4-3-3-9"
493
+ sodipodi:nodetypes="cac" />
494
+ <path
495
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
496
+ d="m 33.298742,1840.7852 c 0,0 -1.311596,1.5616 -2.217746,1.9418 -1.158141,0.4858 -3.757264,0.2833 -3.757264,0.2833 l -0.921105,-2.0884 c 0,0 1.282138,-2.1601 2.322856,-2.7647 1.030979,-0.5991 3.519066,-0.6427 3.519066,-0.6427"
497
+ id="path3888-9-3-0-2"
498
+ sodipodi:nodetypes="caccac" />
499
+ <path
500
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
501
+ d="m 27.478087,1843.3654 c 0,0 2.632569,0.1668 3.791765,-0.3504 0.964288,-0.4303 2.324139,-2.1526 2.324139,-2.1526"
502
+ id="path3890-4-3-3-5"
503
+ sodipodi:nodetypes="cac" />
504
+ <path
505
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
506
+ d="m 108.25256,1856.8022 c 0,0 1.29292,1.5771 1.49951,2.5378 0.26384,1.2279 -0.41459,3.7451 -0.41459,3.7451 l -2.22246,0.5201 c 0,0 -1.88656,-1.6585 -2.28883,-2.7929 -0.39862,-1.1238 0.0173,-3.5773 0.0173,-3.5773"
507
+ id="path3888-9-3-0-4"
508
+ sodipodi:nodetypes="caccac" />
509
+ <path
510
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
511
+ d="m 109.715,1862.9989 c 0,0 0.64941,-2.5567 0.35492,-3.7914 -0.24503,-1.0271 -1.68704,-2.6813 -1.68704,-2.6813"
512
+ id="path3890-4-3-3-0"
513
+ sodipodi:nodetypes="cac" />
514
+ <path
515
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
516
+ d="m 114.01562,1854.872 c 0,0 1.65102,1.1971 2.09479,2.0738 0.56701,1.1207 0.55001,3.7276 0.55001,3.7276 l -2.01752,1.0674 c 0,0 -2.24586,-1.1249 -2.92303,-2.1201 -0.67092,-0.9857 -0.89172,-3.4643 -0.89172,-3.4643"
517
+ id="path3888-9-3-0-5"
518
+ sodipodi:nodetypes="caccac" />
519
+ <path
520
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
521
+ d="m 117.00368,1860.4942 c 0,0 -0.0211,-2.6378 -0.61947,-3.7572 -0.49782,-0.9313 -2.31261,-2.1649 -2.31261,-2.1649"
522
+ id="path3890-4-3-3-94"
523
+ sodipodi:nodetypes="cac" />
524
+ <path
525
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
526
+ d="m 118.57658,1850.5944 c 0,0 1.97822,0.4956 2.71678,1.1438 0.94376,0.8287 1.8995,3.2542 1.8995,3.2542 l -1.47442,1.7424 c 0,0 -2.50339,-0.2072 -3.50256,-0.8782 -0.98994,-0.6647 -2.11845,-2.8825 -2.11845,-2.8825"
527
+ id="path3888-9-3-0-6"
528
+ sodipodi:nodetypes="caccac" />
529
+ <path
530
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
531
+ d="m 123.44459,1854.6981 c 0,0 -1.00258,-2.4399 -1.97502,-3.2557 -0.80897,-0.6786 -2.95284,-1.1472 -2.95284,-1.1472"
532
+ id="path3890-4-3-3-92"
533
+ sodipodi:nodetypes="cac" />
534
+ <path
535
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1L-24)"
536
+ d="m 121.78645,1824.7179 c 0,0 -0.85652,-2.3179 -1.59399,-3.2869 -0.83003,-1.0906 -3.08781,-2.7148 -3.08781,-2.7148"
537
+ id="path1469-5-5-5"
538
+ sodipodi:nodetypes="cac" />
539
+ <text
540
+ xml:space="preserve"
541
+ transform="matrix(0.26458333,0,0,0.26458333,-81.953314,59.08715)"
542
+ id="text15429-8"
543
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15431-2);display:inline"><tspan
544
+ x="443.35547"
545
+ y="6691.2207"
546
+ id="tspan20019">ccw</tspan></text>
547
+ <text
548
+ xml:space="preserve"
549
+ transform="matrix(0.26458333,0,0,0.26458333,1.4356653,72.53979)"
550
+ id="text15423-3"
551
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15425-9);display:inline"><tspan
552
+ x="427.13672"
553
+ y="6620.459"
554
+ id="tspan20021">cw</tspan></text>
555
+ </g>
556
+ </svg>