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

# cornerPoints

The corner points of the rectangle.

## Declaration

```swift
var cornerPoints: [Point3D] { get }
```

## See Also

### Inspecting a 3D rectangle’s properties

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