PlantUML → Isometric 3D Renderer
Paste a PlantUML component diagram and click Render to generate an interactive isometric view.
PlantUML source
@startuml component "ECU A" as A component "ECU C" as C component "ECU B" as B { component "Connector A" as ConA component "Adapter A" as AdpA component "Connector C" as ConC component "Adapter C" as AdpC component "Logic" as L { component "a" as La component "b" as Lb component "c" as Lc La --> Lb Lb --> Lc } ConA --> AdpA ConC --> AdpC AdpA --> L AdpC --> L } A --> ConA C --> ConC @enduml
Render →
Reset example
ECU / top-level
Connector
Adapter
Logic
Sequence step
Color is inferred from the component label.
Components with children are clickable — drill in to explore nested structure.
To connect your self-hosted PlantUML server, POST the source to
/json
and feed the response AST into the renderer instead of the client-side parser.
Overview