<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [ModelBoundingBox](./server.modelboundingbox.md)

## ModelBoundingBox type

A bounding box for a model.

**Signature:**

```typescript
export type ModelBoundingBox = {
    min: Vector3Like;
    max: Vector3Like;
};
```
**References:** [Vector3Like](./server.vector3like.md)

