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,110 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="200.00002"
6
+ height="200"
7
+ viewBox="0 0 52.916671 52.916666"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)"
11
+ sodipodi:docname="circles.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview7"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ showgrid="false"
27
+ inkscape:zoom="0.5946522"
28
+ inkscape:cx="250.56664"
29
+ inkscape:cy="328.76361"
30
+ inkscape:window-width="1366"
31
+ inkscape:window-height="836"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="layer1" />
36
+ <defs
37
+ id="defs2">
38
+ <rect
39
+ x="102.45944"
40
+ y="286.96857"
41
+ width="176.77415"
42
+ height="48.735157"
43
+ id="rect1984" />
44
+ </defs>
45
+ <g
46
+ inkscape:label="Layer 1"
47
+ inkscape:groupmode="layer"
48
+ id="layer1"
49
+ transform="translate(-24.400125,-16.214832)">
50
+ <rect
51
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
52
+ id="rect1448"
53
+ width="52.652084"
54
+ height="52.652084"
55
+ x="24.532417"
56
+ y="16.347124"
57
+ inkscape:export-filename="circles_angle.png"
58
+ inkscape:export-xdpi="96"
59
+ inkscape:export-ydpi="96" />
60
+ <path
61
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
62
+ d="m 29.498308,46.760444 h 5.693499"
63
+ id="path578" />
64
+ <path
65
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
66
+ d="M 32.345057,49.60623 V 43.914659"
67
+ id="path578-3" />
68
+ <path
69
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
70
+ d="m 50.70321,65.926955 8.594796,-6.773267 3.601,-9.583259 1.078756,-11.258674 -1.584529,-10.894067 -4.981675,-8.879383"
71
+ id="path607" />
72
+ <path
73
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
74
+ d="M 32.345057,46.760444 50.70321,65.926955"
75
+ id="path609" />
76
+ <path
77
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
78
+ d="M 59.298006,59.153688 32.345057,46.760444"
79
+ id="path611" />
80
+ <path
81
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
82
+ d="M 62.899006,49.570429 32.345057,46.760444"
83
+ id="path613" />
84
+ <path
85
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
86
+ d="M 63.977762,38.311755 32.345057,46.760444"
87
+ id="path615" />
88
+ <path
89
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
90
+ d="M 62.393233,27.417688 32.345057,46.760444"
91
+ id="path617" />
92
+ <path
93
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
94
+ d="M 57.411558,18.538305 32.345057,46.760444"
95
+ id="path619" />
96
+ <path
97
+ style="fill:none;stroke:#ff6600;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
98
+ d="m 41.524132,56.343699 c 3.592276,-0.789903 2.90866,-2.537986 3.761411,-3.757847"
99
+ id="path1298"
100
+ sodipodi:nodetypes="cc" />
101
+ <text
102
+ xml:space="preserve"
103
+ transform="matrix(0.26458333,0,0,0.26458333,1.8831651,-18.633515)"
104
+ id="text1982"
105
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1984);display:inline;fill:#ff6600"><tspan
106
+ x="102.45898"
107
+ y="299.94534"
108
+ id="tspan685">angle</tspan></text>
109
+ </g>
110
+ </svg>
@@ -0,0 +1,192 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="600"
6
+ height="2000"
7
+ viewBox="0 0 158.75 529.16666"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
11
+ sodipodi:docname="dummy_pole_static.svg"
12
+ inkscape:export-filename="dummy_pole_static_face.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="namedview1"
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
+ inkscape:zoom="1.0583333"
30
+ inkscape:cx="190.39371"
31
+ inkscape:cy="183.30709"
32
+ inkscape:window-width="1370"
33
+ inkscape:window-height="836"
34
+ inkscape:window-x="0"
35
+ inkscape:window-y="0"
36
+ inkscape:window-maximized="1"
37
+ inkscape:current-layer="layer1" />
38
+ <defs
39
+ id="defs1">
40
+ <rect
41
+ x="12.224409"
42
+ y="258.19636"
43
+ width="62.042938"
44
+ height="37.147515"
45
+ id="rect7" />
46
+ <rect
47
+ x="15.298967"
48
+ y="180.7954"
49
+ width="48.781373"
50
+ height="32.22564"
51
+ id="rect6" />
52
+ <rect
53
+ x="180.64776"
54
+ y="59.141855"
55
+ width="60.527805"
56
+ height="30.72158"
57
+ id="rect5" />
58
+ <marker
59
+ style="overflow:visible"
60
+ id="RoundedArrow"
61
+ refX="0"
62
+ refY="0"
63
+ orient="auto-start-reverse"
64
+ inkscape:stockid="Rounded arrow"
65
+ markerWidth="1"
66
+ markerHeight="1"
67
+ viewBox="0 0 1 1"
68
+ inkscape:isstock="true"
69
+ inkscape:collect="always"
70
+ preserveAspectRatio="xMidYMid">
71
+ <path
72
+ transform="scale(0.7)"
73
+ 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"
74
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
75
+ id="path8" />
76
+ </marker>
77
+ <rect
78
+ x="20.621309"
79
+ y="18.59498"
80
+ width="254.25074"
81
+ height="36.95374"
82
+ id="rect1" />
83
+ <marker
84
+ style="overflow:visible"
85
+ id="RoundedArrow-3"
86
+ refX="0"
87
+ refY="0"
88
+ orient="auto-start-reverse"
89
+ inkscape:stockid="Rounded arrow"
90
+ markerWidth="1"
91
+ markerHeight="1"
92
+ viewBox="0 0 1 1"
93
+ inkscape:isstock="true"
94
+ inkscape:collect="always"
95
+ preserveAspectRatio="xMidYMid">
96
+ <path
97
+ transform="scale(0.7)"
98
+ 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"
99
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
100
+ id="path8-6" />
101
+ </marker>
102
+ </defs>
103
+ <g
104
+ inkscape:label="Layer 1"
105
+ inkscape:groupmode="layer"
106
+ id="layer1">
107
+ <rect
108
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel"
109
+ id="rect8"
110
+ width="85.642578"
111
+ height="63.119141"
112
+ x="22.364258"
113
+ y="19.996094"
114
+ inkscape:export-filename="dummy_pole_static_face.svg"
115
+ inkscape:export-xdpi="96"
116
+ inkscape:export-ydpi="96" />
117
+ <text
118
+ xml:space="preserve"
119
+ transform="scale(0.26458333)"
120
+ id="text1"
121
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1)"><tspan
122
+ x="20.621094"
123
+ y="31.572295"
124
+ id="tspan5">dummy_pole_static.svg</tspan></text>
125
+ <rect
126
+ style="fill:none;stroke:#008000;stroke-width:0.264583;stroke-linejoin:bevel"
127
+ id="rect2"
128
+ width="61.654297"
129
+ height="41.817383"
130
+ x="27.879883"
131
+ y="35.389648" />
132
+ <circle
133
+ style="fill:none;stroke:#008000;stroke-width:0.264583;stroke-linejoin:bevel"
134
+ id="path2"
135
+ cx="58.707031"
136
+ cy="56.29834"
137
+ r="14.695312" />
138
+ <path
139
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
140
+ d="M 27.879884,35.389648 V 25.74414"
141
+ id="path3" />
142
+ <path
143
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
144
+ d="m 89.53418,35.257357 v -9.64551"
145
+ id="path3-5" />
146
+ <path
147
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
148
+ d="M 89.666471,35.389648 H 99.31198"
149
+ id="path3-5-2" />
150
+ <path
151
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
152
+ d="M 89.666471,77.471614 H 99.31198"
153
+ id="path3-5-7" />
154
+ <path
155
+ 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)"
156
+ d="m 29.253099,25.74414 58.90204,-0.132293"
157
+ id="path4" />
158
+ <path
159
+ 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)"
160
+ d="M 99.245834,36.804655 99.378127,75.79203"
161
+ id="path4-6" />
162
+ <path
163
+ 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-3)"
164
+ d="M 58.707031,56.29834 64.848175,44.563485"
165
+ id="path5"
166
+ sodipodi:nodetypes="cc" />
167
+ <text
168
+ xml:space="preserve"
169
+ transform="matrix(0.26458333,0,0,0.26458333,9.7402343,5.6616211)"
170
+ id="text5"
171
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5)"><tspan
172
+ x="180.64844"
173
+ y="72.11917"
174
+ id="tspan6">H1</tspan></text>
175
+ <text
176
+ xml:space="preserve"
177
+ transform="matrix(0.26458333,0,0,0.26458333,95.940917,6.309082)"
178
+ id="text6"
179
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6)"><tspan
180
+ x="15.298828"
181
+ y="193.77151"
182
+ id="tspan7">H2</tspan></text>
183
+ <text
184
+ xml:space="preserve"
185
+ transform="matrix(0.26458333,0,0,0.26458333,59.398474,-19.460009)"
186
+ id="text7"
187
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7)"><tspan
188
+ x="12.224609"
189
+ y="271.17386"
190
+ id="tspan8">radius</tspan></text>
191
+ </g>
192
+ </svg>
@@ -0,0 +1,176 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="324.68848"
6
+ height="239.56053"
7
+ viewBox="0 0 85.907159 63.383723"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
11
+ sodipodi:docname="dummy_pole_static.svg"
12
+ inkscape:export-filename="dummy_pole_static_face.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="namedview1"
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
+ inkscape:zoom="1.0583333"
30
+ inkscape:cx="190.39371"
31
+ inkscape:cy="183.30709"
32
+ inkscape:window-width="1370"
33
+ inkscape:window-height="836"
34
+ inkscape:window-x="0"
35
+ inkscape:window-y="0"
36
+ inkscape:window-maximized="1"
37
+ inkscape:current-layer="layer1" />
38
+ <defs
39
+ id="defs1">
40
+ <rect
41
+ x="12.224409"
42
+ y="258.19635"
43
+ width="62.042938"
44
+ height="37.147514"
45
+ id="rect7" />
46
+ <rect
47
+ x="15.298967"
48
+ y="180.79539"
49
+ width="48.781372"
50
+ height="32.225639"
51
+ id="rect6" />
52
+ <rect
53
+ x="180.64777"
54
+ y="59.141853"
55
+ width="60.527805"
56
+ height="30.721581"
57
+ id="rect5" />
58
+ <marker
59
+ style="overflow:visible"
60
+ id="RoundedArrow"
61
+ refX="0"
62
+ refY="0"
63
+ orient="auto-start-reverse"
64
+ inkscape:stockid="Rounded arrow"
65
+ markerWidth="1"
66
+ markerHeight="1"
67
+ viewBox="0 0 1 1"
68
+ inkscape:isstock="true"
69
+ inkscape:collect="always"
70
+ preserveAspectRatio="xMidYMid">
71
+ <path
72
+ transform="scale(0.7)"
73
+ 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"
74
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
75
+ id="path8" />
76
+ </marker>
77
+ <marker
78
+ style="overflow:visible"
79
+ id="RoundedArrow-3"
80
+ refX="0"
81
+ refY="0"
82
+ orient="auto-start-reverse"
83
+ inkscape:stockid="Rounded arrow"
84
+ markerWidth="1"
85
+ markerHeight="1"
86
+ viewBox="0 0 1 1"
87
+ inkscape:isstock="true"
88
+ inkscape:collect="always"
89
+ preserveAspectRatio="xMidYMid">
90
+ <path
91
+ transform="scale(0.7)"
92
+ 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"
93
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
94
+ id="path8-6" />
95
+ </marker>
96
+ </defs>
97
+ <g
98
+ inkscape:label="Layer 1"
99
+ inkscape:groupmode="layer"
100
+ id="layer1"
101
+ transform="translate(-22.231966,-19.863804)">
102
+ <rect
103
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel"
104
+ id="rect8"
105
+ width="85.642578"
106
+ height="63.119141"
107
+ x="22.364258"
108
+ y="19.996094" />
109
+ <rect
110
+ style="fill:none;stroke:#008000;stroke-width:0.264583;stroke-linejoin:bevel"
111
+ id="rect2"
112
+ width="61.654297"
113
+ height="41.817383"
114
+ x="27.879883"
115
+ y="35.389648" />
116
+ <circle
117
+ style="fill:none;stroke:#008000;stroke-width:0.264583;stroke-linejoin:bevel"
118
+ id="path2"
119
+ cx="58.707031"
120
+ cy="56.29834"
121
+ r="14.695312" />
122
+ <path
123
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
124
+ d="M 27.879884,35.389648 V 25.74414"
125
+ id="path3" />
126
+ <path
127
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
128
+ d="m 89.53418,35.257357 v -9.64551"
129
+ id="path3-5" />
130
+ <path
131
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
132
+ d="M 89.666471,35.389648 H 99.31198"
133
+ id="path3-5-2" />
134
+ <path
135
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
136
+ d="M 89.666471,77.471614 H 99.31198"
137
+ id="path3-5-7" />
138
+ <path
139
+ 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)"
140
+ d="m 29.253099,25.74414 58.90204,-0.132293"
141
+ id="path4" />
142
+ <path
143
+ 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)"
144
+ d="M 99.245834,36.804655 99.378127,75.79203"
145
+ id="path4-6" />
146
+ <path
147
+ 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-3)"
148
+ d="M 58.707031,56.29834 64.848175,44.563485"
149
+ id="path5"
150
+ sodipodi:nodetypes="cc" />
151
+ <text
152
+ xml:space="preserve"
153
+ transform="matrix(0.26458333,0,0,0.26458333,9.7402343,5.6616211)"
154
+ id="text5"
155
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5)"><tspan
156
+ x="180.64844"
157
+ y="72.11917"
158
+ id="tspan1">H1</tspan></text>
159
+ <text
160
+ xml:space="preserve"
161
+ transform="matrix(0.26458333,0,0,0.26458333,95.940917,6.309082)"
162
+ id="text6"
163
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6)"><tspan
164
+ x="15.298828"
165
+ y="193.77151"
166
+ id="tspan2">H2</tspan></text>
167
+ <text
168
+ xml:space="preserve"
169
+ transform="matrix(0.26458333,0,0,0.26458333,59.398474,-19.460009)"
170
+ id="text7"
171
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7)"><tspan
172
+ x="12.224609"
173
+ y="271.17386"
174
+ id="tspan3">radius</tspan></text>
175
+ </g>
176
+ </svg>
@@ -0,0 +1,131 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="600"
6
+ height="2000"
7
+ viewBox="0 0 158.75 529.16666"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)"
11
+ sodipodi:docname="rectangle.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview7"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ showgrid="false"
27
+ inkscape:zoom="1.1893044"
28
+ inkscape:cx="318.67367"
29
+ inkscape:cy="299.75505"
30
+ inkscape:window-width="1366"
31
+ inkscape:window-height="836"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="layer1" />
36
+ <defs
37
+ id="defs2">
38
+ <rect
39
+ x="156.8899"
40
+ y="282.49509"
41
+ width="115.20652"
42
+ height="27.0937"
43
+ id="rect1120" />
44
+ <rect
45
+ x="24.2362"
46
+ y="20.521449"
47
+ width="309.05671"
48
+ height="77.914504"
49
+ id="rect113" />
50
+ <rect
51
+ x="156.88989"
52
+ y="282.49509"
53
+ width="115.20652"
54
+ height="27.0937"
55
+ id="rect1120-3" />
56
+ </defs>
57
+ <g
58
+ inkscape:label="Layer 1"
59
+ inkscape:groupmode="layer"
60
+ id="layer1">
61
+ <text
62
+ xml:space="preserve"
63
+ transform="scale(0.26458333)"
64
+ id="text111"
65
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect113);display:inline"><tspan
66
+ x="24.236328"
67
+ y="33.498077"
68
+ id="tspan2291">rectangle.svg</tspan></text>
69
+ <rect
70
+ style="fill:#ffffff;stroke-width:0"
71
+ id="rect169"
72
+ width="52.916668"
73
+ height="52.916668"
74
+ x="23.779848"
75
+ y="35.508137"
76
+ inkscape:export-filename="rectangle_width.svg"
77
+ inkscape:export-xdpi="96"
78
+ inkscape:export-ydpi="96" />
79
+ <rect
80
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
81
+ id="rect954"
82
+ width="31.018782"
83
+ height="21.065031"
84
+ x="26.896646"
85
+ y="53.08247"
86
+ transform="rotate(-5.9136743)" />
87
+ <path
88
+ style="fill:none;stroke:#ff7f2a;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
89
+ d="M 65.246628,67.785881 34.39292,70.981744"
90
+ id="path1116" />
91
+ <text
92
+ xml:space="preserve"
93
+ transform="scale(0.26458333)"
94
+ id="text1118"
95
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1120);display:inline;fill:#ff6600"><tspan
96
+ x="156.89062"
97
+ y="295.47073"
98
+ id="tspan2293">width</tspan></text>
99
+ <rect
100
+ style="fill:#ffffff;stroke-width:0"
101
+ id="rect169-6"
102
+ width="52.916668"
103
+ height="52.916668"
104
+ x="91.960342"
105
+ y="39.609482"
106
+ inkscape:export-filename="rectangle_height.svg"
107
+ inkscape:export-xdpi="96"
108
+ inkscape:export-ydpi="96" />
109
+ <rect
110
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
111
+ id="rect954-7"
112
+ width="31.018782"
113
+ height="21.065031"
114
+ x="94.291733"
115
+ y="64.186623"
116
+ transform="rotate(-5.9136743)" />
117
+ <path
118
+ style="fill:none;stroke:#ff7f2a;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
119
+ d="m 100.40308,54.130167 2.17033,20.952921"
120
+ id="path1116-5"
121
+ sodipodi:nodetypes="cc" />
122
+ <text
123
+ xml:space="preserve"
124
+ transform="matrix(0.26458333,0,0,0.26458333,61.211822,-28.540572)"
125
+ id="text1118-3"
126
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1120-3);display:inline;fill:#ff6600"><tspan
127
+ x="156.89062"
128
+ y="295.47073"
129
+ id="tspan2295">height</tspan></text>
130
+ </g>
131
+ </svg>