0

We have an application with a database of model objects and dbids. We want to automatically generate pinpoints or markups for the elements visible/selectable on the current 2D sheet, and have those icons be selectable to direct the user back to a row in the object table above.

When using a 3D view, Sprites fulfill this role (https://aps.autodesk.com/en/docs/dataviz/v1/developers_guide/examples/sprites/), we can place them at the point of the element and have an 'onclick' event to interact with the table.

But it seems like they only support 3D views. We looked at adding Markups at the element locations, but we wouldn't be able to interact with these. We have also tried adding elements but that seemed to slow down the webpage. Are there any approaches that we're missing?

  • 1
    Not really, sprite viewable supports 2D view as well. Here is my demo https://github.com/yiskang/forge-dataviz-2d – Eason Kang Mar 16 '23 at 07:52

0 Answers0