@andrew-oxner said in 3D Models of a building or space.:

But I'm looking for more of a 3D environment is this possible in Mango?

Are you actually wanting to display the 3D model in the dashboard so you can click and drag and rotate etc? Craig is talking about displaying a 2D projection of the model in the dashboard. If you did want a 3D model it would be possible using a WebGL library but you would have to implement that all yourself.

If you do want a 2D projection you could follow Craig's advise and export the drawing as a JPEG then manually draw SVG layers over it and bind these to the Mango data points. Or you could export the projection as a PDF, convert to SVG then manipulate that. There may be an easier way to export to SVG, thats just what I found when I googled exporting SVG from Sketchup.