---
title: ignoreBoundingBox
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/photogrammetrysession/configuration-swift.struct/ignoreboundingbox
---

# ignoreBoundingBox

Ignores any bounding box information embedded in the input images and instead returns all possible geometry that can be automatically estimated using the image set.  The resulting mesh will likely need post-processing. Note: to recover the entire scene geometry as well as ignore the box, isObjectMaskingEnabled should also be set to false.

## Declaration

```swift
var ignoreBoundingBox: Bool
```
