# Editor.MapDoc.MapEntity.SetDefaultBounds

```csharp
void SetDefaultBounds(Vector3 min, Vector3 max)
```

Sets the default bounds of the entity if it doesn't have a model. By default this is 16x16x16.

## Remarks

Refactor out once we have managed helpers I think.

### Parameters

- `min` (`Vector3`)
- `max` (`Vector3`)

Declared in [Editor.MapDoc.MapEntity](/api/Editor.MapDoc.MapEntity).
Assembly: `Sandbox.Tools`.
