# BBox.Translate

```csharp
BBox Translate(in Vector3 point)
```

Move this box by this amount and return

### Parameters

- `in point` (`Vector3`)

### Returns

`BBox`

Declared in [BBox](/api/BBox).
Assembly: `Sandbox.System`.
