Reputation: 1
Hi I would like to know how to get DbID to filter in a scene from Autodesk Forge AR / VR Toolkit.
I tried to get it from the sqlite that it generates when using the forge-convert-utils tool but from the same object I got several DbIds. I would like to know if there is any other method to obtain this data.
Upvotes: 0
Views: 77
Reputation: 9942
Object IDs (or dbIDs) can be retrieved in different ways, for example:
Note that every object has its own, unique ID. I'm not sure how exactly you were querying the sqlite database but perhaps you'll need to make the query more specific.
Upvotes: 0