# BBox.AddPoint

```csharp
BBox AddPoint(in Vector3 point)
```

Returns this bbox but stretched to include given point

### Parameters

- `in point` (`Vector3`)

### Returns

`BBox`

Declared in [BBox](/api/BBox).
Assembly: `Sandbox.System`.
