---
title: max
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/boundingbox/max
---

# max

The position of the maximum corner of the box.

## Declaration

```swift
var max: SIMD3<Float>
```

## See Also

### Getting the box characteristics

- [min](realitykit/boundingbox/min.md)
- [center](realitykit/boundingbox/center.md)
- [extents](realitykit/boundingbox/extents.md)
- [boundingRadius](realitykit/boundingbox/boundingradius.md)
