---
title: mesh
framework: roomplan
role: symbol
role_heading: Type Property
path: roomplan/capturedroom/usdexportoptions/mesh
---

# mesh

An export option that formats the output file as a collection of size-independant triangles that connect to form a mesh.

## Declaration

```swift
static let mesh: CapturedRoom.USDExportOptions
```

## Discussion

Discussion A mesh model stores elements as polygonal units. You infer element size based on the bounding box around its vertices.

## See Also

### Choosing an export option

- [parametric](roomplan/capturedroom/usdexportoptions/parametric.md)
- [model](roomplan/capturedroom/usdexportoptions/model.md)
