---
title: max
framework: spatial
role: symbol
role_heading: Instance Property
path: spatial/rect3d/max
---

# max

A point that represents the corner of the rectangle with the largest x-, y-, and z-coordinates.

## Declaration

```swift
var max: Point3D { get }
```

## See Also

### Inspecting a 3D rectangle’s properties

- [center](spatial/rect3d/center.md)
- [cornerPoints](spatial/rect3d/cornerpoints.md)
- [min](spatial/rect3d/min.md)
- [origin](spatial/rect3d/origin.md)
