---
title: containerFrame
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/meshresource/generatetextoptions/containerframe
---

# containerFrame

The size in points of the frame where the text is laid out.

## Declaration

```swift
var containerFrame: CGRect?
```

## Discussion

Discussion The points are scaled at a ratio of 72 points per meter. The container frame has the same origin as the local coordinate system. note: Use a value of nil to denote an arbitrarily large frame.
