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

# min

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

## Declaration

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

## See Also

### Inspecting a 3D rectangle’s properties

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