I can use the Viewer API to get the bounding box size of a model:
model.getBoundingBox()
But how can I accomplish it by using the Model Derivative API, So I can get the size of model on server side instead of client side?
Thank you!
I can use the Viewer API to get the bounding box size of a model:
model.getBoundingBox()
But how can I accomplish it by using the Model Derivative API, So I can get the size of model on server side instead of client side?
Thank you!
At the moment, the simplest solution may be to request and download an OBJ version of the model and analyse that to determine its bounding box.