---
title: boundingBox
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdlasset/boundingbox
---

# boundingBox

The minimum region entirely enclosing the asset’s contents.

## Declaration

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

## Discussion

Discussion If an asset contains timed information, such as animated mesh data, this property provides the asset’s bounding box as of the first time sample. Use the boundingBox(atTime:) method to get bounding box information at a specific time sample. All assets can provide bounding box information without traversing their hierarchy of objects.

## See Also

### Working with Asset Content

- [object(at:)](modelio/mdlasset/object(at:).md)
- [subscript(_:)](modelio/mdlasset/subscript(_:).md)
- [count](modelio/mdlasset/count.md)
- [childObjects(of:)](modelio/mdlasset/childobjects(of:).md)
- [add(_:)](modelio/mdlasset/add(_:).md)
- [remove(_:)](modelio/mdlasset/remove(_:).md)
- [boundingBox(atTime:)](modelio/mdlasset/boundingbox(attime:).md)
- [url](modelio/mdlasset/url.md)
- [bufferAllocator](modelio/mdlasset/bufferallocator.md)
- [vertexDescriptor](modelio/mdlasset/vertexdescriptor.md)
- [masters](modelio/mdlasset/masters.md)
