<!--
{
  "availability" : [
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TableVisualState/bounds(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit16TableVisualStateV6bounds3forAC14OrientedRect3DVSgx_tAA9EquipmentRzlF"
  },
  "title" : "bounds(for:)"
}
-->

# bounds(for:)

Returns the current pose and extents of the bounding box for the given equipment.
Returns `nil` if the equipment is not part of the game.

```
func bounds(for equipment: some Equipment) -> TableVisualState.OrientedRect3D?
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)