Composite Structure Generator
Create UML composite structure diagrams showing internal structure of components
Diagram Settings
Parts
- engine : Engine [1]
- transmission : Transmission [1]
- wheels : Wheel [4]
Preview
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>