Skip to main content

Diagram Settings

Parts

  • engine : Engine [1]
  • transmission : Transmission [1]
  • wheels : Wheel [4]

Preview

CarSystemengine : Enginepowertransmission : Transmissioninputoutputwheels : Wheel[4]drive

Export

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Composite Structure Diagram</title>
  <style>
    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      margin: 0;
      background: #ffffff;
    }
    .diagram-container {
      padding: 40px;
    }
  </style>
</head>
<body>
  <div class="diagram-container">
    
  </div>
</body>
</html>

Rate this tool