# BBox.FromPoints

```csharp
static BBox FromPoints(IEnumerable<Vector3> points, float size = 0)
```

### Parameters

- `points` (`IEnumerable<Vector3>`)
- `size` (`float`), default `0`

### Returns

`BBox`

Declared in [BBox](/api/BBox).
Assembly: `Sandbox.System`.
