Model.getBBox() function

Get the bounding box of the model

Signature:

function getBBox(modelId: string): Promise<unknown>;

Parameters

ParameterDescription
modelIdThe modelId of the model.

Returns:

Promise<unknown>