I am trying to get Bounds of the individual Object in the b3dm 3DTile,
simillar to Getting metadata i want to get Bound if object from hit result,
i tried looking in to the Cesium3DTile class but unable to understand Where i can refrence a individual Object.
Hi @Jayraj300mind, welcome to the community!
Unfortunately, I’m not sure that what you’re describing is currently possible in the plugin. As you probably already found, the Cesium3DTile
class wraps around the entire tile, but it has no knowledge about its content.
Still, we’d love to know about your use case and what you’re trying to accomplish. It’s possible that there are alternative approaches we could suggest!
I am Currently working on a Digital Twin project, in which i am require to Show list of selectable Building for Selection and later used for other functionality.As our dataset is quiet large and we cant use single mesh for each building we are using single b3dm file.
- for bound currently we found an approch to manualy add bound in metadata in the b3dm itself.
but that creates another problem that i will need to iterate trough each object in the b3dm file to create a list. Get All metadata of b3dm file