---
title: boundingBox
framework: tabletopkit
role: symbol
role_heading: Instance Property
path: tabletopkit/equipmentstate/boundingbox
---

# boundingBox

A 3D bounding box that encloses the equipment.

## Declaration

```swift
var boundingBox: Rect3D { get }
```

## Discussion

Discussion This bounding box is object oriented, so remains the same regardless of the equipment orientation.

## See Also

### Rendering the equipment

- [pose](tabletopkit/equipmentstate/pose.md)
