# BBox.FromHeightAndRadius

```csharp
static BBox FromHeightAndRadius(float height, float radius)
```

Creates an AABB of `radius` length and depth, and given `height`

### Parameters

- `height` (`float`)
- `radius` (`float`)

### Returns

`BBox`

Declared in [BBox](/api/BBox).
Assembly: `Sandbox.System`.
