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,410 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="342.08456"
6
+ height="366.3147"
7
+ viewBox="0 0 90.509874 96.920764"
8
+ version="1.1"
9
+ id="svg1"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1">
14
+ <rect
15
+ x="42.288082"
16
+ y="2128.1973"
17
+ width="177.37349"
18
+ height="56.472843"
19
+ id="rect51" />
20
+ <rect
21
+ x="94.301796"
22
+ y="1986.699"
23
+ width="45.896896"
24
+ height="28.089935"
25
+ id="rect50" />
26
+ <rect
27
+ x="77.434174"
28
+ y="1892.9471"
29
+ width="43.208046"
30
+ height="31.210629"
31
+ id="rect49" />
32
+ <rect
33
+ x="84.077873"
34
+ y="1949.3134"
35
+ width="57.119217"
36
+ height="34.436516"
37
+ id="rect48" />
38
+ <rect
39
+ x="28.319939"
40
+ y="2100.697"
41
+ width="165.5585"
42
+ height="53.322704"
43
+ id="rect47" />
44
+ <rect
45
+ x="159.60568"
46
+ y="2001.6344"
47
+ width="20.699741"
48
+ height="17.250553"
49
+ id="rect46" />
50
+ <rect
51
+ x="103.86066"
52
+ y="2026.0135"
53
+ width="157.52396"
54
+ height="50.45052"
55
+ id="rect45" />
56
+ <rect
57
+ x="191.18373"
58
+ y="2036.5236"
59
+ width="28.720556"
60
+ height="23.743492"
61
+ id="rect44" />
62
+ <rect
63
+ x="155.78316"
64
+ y="2081.3811"
65
+ width="28.853662"
66
+ height="25.368151"
67
+ id="rect43" />
68
+ <rect
69
+ x="145.67374"
70
+ y="2006.4067"
71
+ width="34.749409"
72
+ height="25.297684"
73
+ id="rect42" />
74
+ <rect
75
+ x="165.18919"
76
+ y="2054.1782"
77
+ width="30.017673"
78
+ height="24.607367"
79
+ id="rect41" />
80
+ <rect
81
+ x="233.15329"
82
+ y="1826.6947"
83
+ width="124.6026"
84
+ height="33.373524"
85
+ id="rect37" />
86
+ <rect
87
+ x="361.72919"
88
+ y="1975.8439"
89
+ width="45.337719"
90
+ height="32.397266"
91
+ id="rect36" />
92
+ <rect
93
+ x="89.038506"
94
+ y="2092.1365"
95
+ width="49.855434"
96
+ height="42.824188"
97
+ id="rect35" />
98
+ <marker
99
+ style="overflow:visible"
100
+ id="RoundedArrow"
101
+ refX="0"
102
+ refY="0"
103
+ orient="auto-start-reverse"
104
+ markerWidth="1"
105
+ markerHeight="1"
106
+ viewBox="0 0 1 1"
107
+ preserveAspectRatio="xMidYMid">
108
+ <path
109
+ transform="scale(0.7)"
110
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
111
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
112
+ id="path8" />
113
+ </marker>
114
+ <marker
115
+ style="overflow:visible"
116
+ id="RoundedArrow-2"
117
+ refX="0"
118
+ refY="0"
119
+ orient="auto-start-reverse"
120
+ markerWidth="1"
121
+ markerHeight="1"
122
+ viewBox="0 0 1 1"
123
+ preserveAspectRatio="xMidYMid">
124
+ <path
125
+ transform="scale(0.7)"
126
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
127
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
128
+ id="path8-61" />
129
+ </marker>
130
+ <rect
131
+ x="89.038506"
132
+ y="2092.1365"
133
+ width="49.855434"
134
+ height="42.824188"
135
+ id="rect35-7" />
136
+ <marker
137
+ style="overflow:visible"
138
+ id="RoundedArrow-3"
139
+ refX="0"
140
+ refY="0"
141
+ orient="auto-start-reverse"
142
+ markerWidth="1"
143
+ markerHeight="1"
144
+ viewBox="0 0 1 1"
145
+ preserveAspectRatio="xMidYMid">
146
+ <path
147
+ transform="scale(0.7)"
148
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
149
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
150
+ id="path8-90" />
151
+ </marker>
152
+ <marker
153
+ style="overflow:visible"
154
+ id="RoundedArrow-3-9"
155
+ refX="0"
156
+ refY="0"
157
+ orient="auto-start-reverse"
158
+ markerWidth="1"
159
+ markerHeight="1"
160
+ viewBox="0 0 1 1"
161
+ preserveAspectRatio="xMidYMid">
162
+ <path
163
+ transform="scale(0.7)"
164
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
165
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
166
+ id="path8-90-8" />
167
+ </marker>
168
+ </defs>
169
+ <g
170
+ id="layer1"
171
+ transform="translate(-8.5618219,-484.93637)">
172
+ <rect
173
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.529167;stroke-dasharray:none;stroke-dashoffset:0"
174
+ id="rect52"
175
+ width="89.980705"
176
+ height="96.39164"
177
+ x="8.8264055"
178
+ y="485.20093" />
179
+ <path
180
+ style="fill:#f9f9f9;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
181
+ d="m 64.987304,559.08 14.387698,0.13229 -3e-6,-23.20403 -9.968897,-20.52783 -12.958077,6.25252 8.406987,17.56048 0.132292,19.78657"
182
+ id="path37" />
183
+ <path
184
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
185
+ d="M 65.971611,572.66496 H 78.390695"
186
+ id="path33" />
187
+ <path
188
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-2);marker-end:url(#RoundedArrow-2)"
189
+ d="m 49.92322,506.84323 11.228634,-5.3058"
190
+ id="path33-1" />
191
+ <path
192
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
193
+ d="M 69.416956,515.47296 62.421485,500.92391"
194
+ id="path34" />
195
+ <path
196
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
197
+ d="M 56.448026,521.73296 49.452555,507.18391"
198
+ id="path34-9" />
199
+ <path
200
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
201
+ d="M 64.987305,572.53267 V 559.08002"
202
+ id="path35" />
203
+ <path
204
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
205
+ d="M 79.375002,572.66496 V 559.21231"
206
+ id="path35-7" />
207
+ <text
208
+ xml:space="preserve"
209
+ transform="matrix(0.26458333,0,0,0.26458333,46.166284,14.902516)"
210
+ id="text35"
211
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35)"><tspan
212
+ x="89.039062"
213
+ y="2105.1133"
214
+ id="tspan1">E2</tspan></text>
215
+ <text
216
+ xml:space="preserve"
217
+ transform="matrix(0.26458333,0,0,0.26458333,28.002805,-53.532645)"
218
+ id="text35-7"
219
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35-7);display:inline"><tspan
220
+ x="89.039062"
221
+ y="2105.1133"
222
+ id="tspan2">E2</tspan></text>
223
+ <path
224
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
225
+ d="M 79.374999,536.00826 V 494.59932"
226
+ id="path35-7-3" />
227
+ <path
228
+ style="fill:none;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
229
+ d="M 69.416957,515.47297 V 494.59933"
230
+ id="path35-1" />
231
+ <path
232
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3);marker-end:url(#RoundedArrow-3)"
233
+ d="m 70.697921,495.38388 h 7.396115"
234
+ id="path33-5" />
235
+ <path
236
+ style="fill:none;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
237
+ d="M 90.409822,515.66258 H 56.496047"
238
+ id="path35-1-3" />
239
+ <path
240
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
241
+ d="M 90.409825,536.14056 H 63.345596"
242
+ id="path35-1-1" />
243
+ <path
244
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3-9);marker-end:url(#RoundedArrow-3-9)"
245
+ d="M 90.409821,534.6619 V 516.98831"
246
+ id="path33-5-1" />
247
+ <text
248
+ xml:space="preserve"
249
+ transform="matrix(0.26458333,0,0,0.26458333,-4.5244139,1.4355468)"
250
+ id="text36"
251
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect36)"><tspan
252
+ x="361.72852"
253
+ y="1988.8203"
254
+ id="tspan3">H2</tspan></text>
255
+ <text
256
+ xml:space="preserve"
257
+ transform="matrix(0.26458333,0,0,0.26458333,6.7724607,6.6049803)"
258
+ id="text37"
259
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect37)"><tspan
260
+ x="233.15234"
261
+ y="1839.6719"
262
+ id="tspan4">R1-R2</tspan></text>
263
+ <path
264
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
265
+ d="m 64.855012,539.29343 14.519987,-3.28517"
266
+ id="path38" />
267
+ <path
268
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
269
+ d="m 76.887156,530.88492 c 0,0 0.553966,-0.87698 1.004036,-1.06585 0.383716,-0.16103 1.24814,0.0257 1.24814,0.0257"
270
+ id="path39" />
271
+ <path
272
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
273
+ d="m 76.122095,536.19924 -0.0821,-2.70035 3.240641,-0.0572"
274
+ id="path40" />
275
+ <path
276
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
277
+ d="m 79.354601,536.06359 -14.54905,6.99547"
278
+ id="path34-9-4" />
279
+ <path
280
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
281
+ d="m 78.064566,536.72841 -0.659627,-1.12912 1.313956,-0.74839"
282
+ id="path40-7" />
283
+ <path
284
+ style="fill:none;stroke:#ff8080;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
285
+ d="m 75.7533,528.81641 c 0,0 -2.746837,1.00965 -3.522761,2.14445 -0.973625,1.42394 -0.903562,5.09545 -0.903562,5.09545"
286
+ id="path41" />
287
+ <path
288
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
289
+ d="m 73.472038,538.64496 c 0,0 -0.66986,-0.79199 -0.71468,-1.27802 -0.03822,-0.41438 0.39976,-1.18267 0.39976,-1.18267"
290
+ id="path39-7" />
291
+ <text
292
+ xml:space="preserve"
293
+ transform="matrix(0.26458333,0,0,0.26458333,36.485397,-8.8940772)"
294
+ id="text41"
295
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect41)"><tspan
296
+ x="165.18945"
297
+ y="2067.1543"
298
+ id="tspan5">A</tspan></text>
299
+ <text
300
+ xml:space="preserve"
301
+ transform="matrix(0.26458333,0,0,0.26458333,21.050296,2.8331639)"
302
+ id="text42"
303
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect42)"><tspan
304
+ x="145.67383"
305
+ y="2019.3828"
306
+ id="tspan6">B</tspan></text>
307
+ <text
308
+ xml:space="preserve"
309
+ transform="matrix(0.26458333,0,0,0.26458333,20.344511,-13.247549)"
310
+ id="text43"
311
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect43)"><tspan
312
+ x="155.7832"
313
+ y="2094.3575"
314
+ id="tspan7">C</tspan></text>
315
+ <text
316
+ xml:space="preserve"
317
+ transform="matrix(0.26458333,0,0,0.26458333,14.798488,4.226413)"
318
+ id="text44"
319
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect44)"><tspan
320
+ x="191.18359"
321
+ y="2049.5"
322
+ id="tspan8">D</tspan></text>
323
+ <text
324
+ xml:space="preserve"
325
+ transform="matrix(0.26458333,0,0,0.26458333,-14.586839,1.423881)"
326
+ id="text45"
327
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect45)"><tspan
328
+ x="103.86133"
329
+ y="2038.9903"
330
+ id="tspan9">BAC=BAD/2&#10;</tspan><tspan
331
+ x="103.86133"
332
+ y="2057.3236"
333
+ id="tspan10">=atan((R1-R2)/H2)/2</tspan></text>
334
+ <path
335
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
336
+ d="m 64.855012,539.29343 v -3.0629"
337
+ id="path35-2" />
338
+ <text
339
+ xml:space="preserve"
340
+ transform="matrix(0.26458333,0,0,0.26458333,22.007079,2.1853027)"
341
+ id="text46"
342
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect46)"><tspan
343
+ x="159.60547"
344
+ y="2014.6114"
345
+ id="tspan11">F</tspan></text>
346
+ <text
347
+ xml:space="preserve"
348
+ transform="matrix(0.26458333,0,0,0.26458333,5.0194912,-2.4292984)"
349
+ id="text47"
350
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect47)"><tspan
351
+ x="28.320312"
352
+ y="2113.6739"
353
+ id="tspan12">FC=E2*tan(BAC)</tspan></text>
354
+ <path
355
+ style="fill:none;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
356
+ d="m 56.448024,521.73295 v -6.08214"
357
+ id="path35-1-5" />
358
+ <text
359
+ xml:space="preserve"
360
+ transform="matrix(0.26458333,0,0,0.26458333,48.03662,-4.4746092)"
361
+ id="text48"
362
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect48)"><tspan
363
+ x="84.078125"
364
+ y="1962.2891"
365
+ id="tspan13">K</tspan></text>
366
+ <text
367
+ xml:space="preserve"
368
+ transform="matrix(0.26458333,0,0,0.26458333,34.522948,10.26123)"
369
+ id="text49"
370
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect49)"><tspan
371
+ x="77.433594"
372
+ y="1905.9239"
373
+ id="tspan14">L</tspan></text>
374
+ <text
375
+ xml:space="preserve"
376
+ transform="matrix(0.26458333,0,0,0.26458333,27.399413,-4.064453)"
377
+ id="text50"
378
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect50)"><tspan
379
+ x="94.302734"
380
+ y="1999.6758"
381
+ id="tspan15">M</tspan></text>
382
+ <path
383
+ style="fill:none;stroke:#ff8080;stroke-width:0.529166;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
384
+ d="m 71.048791,518.45767 c 0,0 1.02775,-0.39271 1.31807,-0.8341 0.36428,-0.55386 0.33807,-1.98192 0.33807,-1.98192"
385
+ id="path41-8" />
386
+ <path
387
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
388
+ d="m 64.247912,517.91203 c 0,0 -0.87698,-0.55396 -1.06585,-1.00403 -0.16103,-0.38372 0.0257,-1.24814 0.0257,-1.24814"
389
+ id="path39-5" />
390
+ <path
391
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
392
+ d="m 69.915841,516.81877 -1.12912,0.65963 -0.74839,-1.31395"
393
+ id="path40-7-3" />
394
+ <path
395
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
396
+ d="m 77.557981,515.74758 -0.04363,1.81039 1.722023,0.0384"
397
+ id="path40-6" />
398
+ <text
399
+ xml:space="preserve"
400
+ transform="matrix(0.26458333,0,0,0.26458333,1.5012208,-1.2512475)"
401
+ id="text51"
402
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect51)"><tspan
403
+ x="42.287109"
404
+ y="2141.1739"
405
+ id="tspan16">LK=E2*cos(BAC)&#10;</tspan><tspan
406
+ x="42.287109"
407
+ y="2159.5074"
408
+ id="tspan17">LM=E2*sin(BAC)</tspan></text>
409
+ </g>
410
+ </svg>