Hi , I am trying to display plant layout in 3D . Plant has multiple lines and machines and its stats to be displayed in single screen . Do we have any inbuild functions for this ?
You can use the css 3D CSS 3D Transforms . not super easy though if you want to combine many interactive components
Here is an example that combines 3d css with some injections, but injections arent all that easy either i guess
[image]
this is not how to inject css^^
i guess you can just put it here too if you dont want any sheets
[image]
to make it scaleable, look at my example, it should scale (though it does not respect ratio so you have to be sure its a square.
edit: i found a fix for aspect ratio, well it works in the browser atleast, it doesnt work in the designer
.psc-fixMarkdownElementHeight > div{height:auto; width:100%; aspect-ratio: 1 / 1;}
Here you go!
You'll have to take an other look at the labels…