I was was wondering if there was a way to automatically generate tags based on data that was inside the model. We want to show customers the specifications of what they are purchasing without having to go through and then copy paste all the updated information for each item. We could have an online database that stores guid’s of points in the model for example and then a script would go through al lthe points in the model, make an api call with the guid of that point, and if that point is in the database it would return a json with all the data necessary to construnct an html tag. That way when we upload our model, its in sync with the project database and all the materials / products.
You can open an HTML popup (label) through our viewer API Displaying HTML pop-ups, for example as a reaction to clicking in one of the scene objects Node click notifications. Could it work for your use case?