computeBoundingBox
Compute the bounding box of the object.
Syntax
object.computeBoundingBox();
Returns
Promise<Box3>
- A promise that resolves with the bounding box of the object.
Example
const boundingBox = await object.computeBoundingBox();
Available on: Client