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