CAD viewer with real-time data overlay?

Thanks for the reference @MikeWayzovski
Hi @Bean ,

There are a few options I can think of:

  1. Develop (or let develop) a ruby extension that communicates with your api and is able to detect which component is being hovered (or selected) and then visualize that data in SketchUp. This is a question that is quite common and custom tools that do such things have been developed, by me, or other SketchUp extension developers.
  2. OR, and because it is such a common question that always requires some custom development, use a tool I quite recently made and that will allow you to do just that (linking data from datasources with 3D models) and does not involve any programming. I am not sure if you know Microsoft Power BI, but it is a powerful tool that will allow you to fetch data from various datasources (webservices, but also common excel files, json, csv, xml, sql databases) and craft interactive dashboards to visualize that data. Really wonderful how easy it is to get the data in there and use it. But, out of the box, it doesn’t come with a functionality to show 3D models in the dashboards. And that is the part I solved with 3DBI (for sketchup). This combination of tools should allow you to link any kind of data, with any kind of 3D models.

Let me know if you would like to talk about it.

1 Like