1. <svg width="1200" height="800" xmlns="http://www.w3.org/2000/svg" font-family="Arial" font-size="14" fill="black">
  2. <style>
  3. .title { font-weight: bold; font-size: 16px; }
  4. .label { font-weight: bold; font-size: 14px; }
  5. .adv { fill: green; }
  6. .lim { fill: red; }
  7. .grain { stroke: blue; fill: none; stroke-width: 1.5; }
  8. .pore { fill: red; stroke: none; }
  9. .tool { stroke: gray; fill: lightgray; stroke-width: 2; }
  10. </style>
  11. <!-- Grid layout -->
  12. <rect x="0" y="0" width="600" height="400" stroke="black" fill="none"/>
  13. <rect x="600" y="0" width="600" height="400" stroke="black" fill="none"/>
  14. <rect x="0" y="400" width="600" height="400" stroke="black" fill="none"/>
  15. <rect x="600" y="400" width="600" height="400" stroke="black" fill="none"/>
  16. <!-- Panel Titles -->
  17. <text x="300" y="30" text-anchor="middle" class="title">Forging</text>
  18. <text x="900" y="30" text-anchor="middle" class="title">Casting</text>
  19. <text x="300" y="430" text-anchor="middle" class="title">Machining</text>
  20. <text x="900" y="430" text-anchor="middle" class="title">SLM</text>
  21. <!-- Forging Process Setup -->
  22. <rect x="100" y="60" width="100" height="20" class="tool"/>
  23. <rect x="100" y="160" width="100" height="20" class="tool"/>
  24. <rect x="120" y="90" width="60" height="60" fill="#ccc" stroke="gray"/>
  25. <!-- Forging Grains -->
  26. <g transform="translate(250,100)">
  27. <ellipse cx="0" cy="0" rx="20" ry="8" class="grain"/>
  28. <ellipse cx="40" cy="20" rx="20" ry="8" class="grain"/>
  29. <ellipse cx="20" cy="40" rx="20" ry="8" class="grain"/>
  30. </g>
  31. <text x="100" y="220" class="label">Advantages:</text>
  32. <text x="110" y="240" class="adv">• High strength</text>
  33. <text x="110" y="260" class="adv">• Fine grain structure</text>
  34. <text x="100" y="290" class="label">Limitations:</text>
  35. <text x="110" y="310" class="lim">• Material waste</text>
  36. <text x="110" y="330" class="lim">• Shape complexity limited</text>
  37. <!-- Casting Process Setup -->
  38. <path d="M700,60 l50,50 l-20,0 l0,100 l-60,0 l0,-100 l-20,0 z" fill="#eee" stroke="gray"/>
  39. <circle cx="750" cy="130" r="5" class="pore"/>
  40. <circle cx="760" cy="150" r="4" class="pore"/>
  41. <circle cx="740" cy="160" r="6" class="pore"/>
  42. <text x="700" y="220" class="label">Advantages:</text>
  43. <text x="710" y="240" class="adv">• Complex shapes</text>
  44. <text x="710" y="260" class="adv">• Cost-effective</text>
  45. <text x="700" y="290" class="label">Limitations:</text>
  46. <text x="710" y="310" class="lim">• Porosity</text>
  47. <text x="710" y="330" class="lim">• Lower strength</text>
  48. <!-- Machining Process Setup -->
  49. <rect x="100" y="480" width="100" height="20" class="tool"/>
  50. <line x1="120" y1="500" x2="180" y2="580" stroke="gray" stroke-width="4"/>
  51. <rect x="160" y="580" width="80" height="40" fill="#ccc" stroke="gray"/>
  52. <!-- Machining Grains -->
  53. <g transform="translate(250,550)">
  54. <line x1="0" y1="0" x2="40" y2="20" stroke="blue" stroke-width="1.5"/>
  55. <line x1="10" y1="10" x2="50" y2="30" stroke="blue" stroke-width="1.5"/>
  56. <line x1="20" y1="20" x2="60" y2="40" stroke="blue" stroke-width="1.5"/>
  57. </g>
  58. <text x="100" y="640" class="label">Advantages:</text>
  59. <text x="110" y="660" class="adv">• High precision</text>
  60. <text x="110" y="680" class="adv">• Good surface finish</text>
  61. <text x="100" y="710" class="label">Limitations:</text>
  62. <text x="110" y="730" class="lim">• High material loss</text>
  63. <text x="110" y="750" class="lim">• Tool wear</text>
  64. <!-- SLM Process Setup -->
  65. <rect x="700" y="480" width="100" height="10" fill="#999"/>
  66. <circle cx="750" cy="490" r="5" fill="red"/>
  67. <rect x="730" y="500" width="40" height="80" fill="#ccc" stroke="gray"/>
  68. <!-- SLM Microstructure -->
  69. <g transform="translate(850,550)">
  70. <circle cx="0" cy="0" r="5" class="pore"/>
  71. <circle cx="20" cy="10" r="4" class="pore"/>
  72. <circle cx="40" cy="20" r="3" class="pore"/>
  73. </g>
  74. <text x="700" y="640" class="label">Advantages:</text>
  75. <text x="710" y="660" class="adv">• Near-net shape</text>
  76. <text x="710" y="680" class="adv">• Complex geometry</text>
  77. <text x="700" y="710" class="label">Limitations:</text>
  78. <text x="710" y="730" class="lim">• Porosity, stress</text>
  79. <text x="710" y="750" class="lim">• Slow, expensive</text>
  80. </svg>
 
 

11

Pasted Text #38687

-

PasteBin

Lines
86
Words
423
Size
4.3 KB
Created
Type
text/xml
Public Domain (PD)
Please log in to leave a comment!