<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RoomPlan",
  "identifier" : "/documentation/RoomPlan/CapturedRoom/USDExportOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RoomPlan"
    ],
    "preciseIdentifier" : "s:8RoomPlan08CapturedA0V16USDExportOptionsV"
  },
  "title" : "CapturedRoom.USDExportOptions"
}
-->

# CapturedRoom.USDExportOptions

Options that determine the underlying data format of a scan export.

```
struct USDExportOptions
```

## Overview

The `exportOptions` parameter of the captured room ([`CapturedRoom`](/documentation/RoomPlan/CapturedRoom)) and captured structure ([`CapturedStructure`](/documentation/RoomPlan/CapturedStructure)) functions `export(to:metadataURL:modelProvider:exportOptions:)` are of this type.

The following table lists the features that each export option supports in the output result.

|Feature per export option                                  |Parametric|Mesh|Model|
|-----------------------------------------------------------|----------|----|-----|
|Changing the size or position of objects, windows, or doors|✔         |    |     |
|Boolean operations                                         |✔         |    |     |
|Section positions and labels                               |✔         |✔   |✔    |
|Polygonal walls                                            |          |✔   |✔    |
|Windows, doors, and other openings cut out of wall geometry|          |✔   |✔    |
|The recessed areas of a sink or fireplace                  |          |✔   |✔    |
|ModelProvider models                                       |          |    |✔    |

## Topics

### Choosing an export option

[`parametric`](/documentation/RoomPlan/CapturedRoom/USDExportOptions/parametric)

An export option that formats the output file as a collection of size-dependent primitives.

[`mesh`](/documentation/RoomPlan/CapturedRoom/USDExportOptions/mesh)

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

[`model`](/documentation/RoomPlan/CapturedRoom/USDExportOptions/model)

An export option that formats the output file as a collection of 3D models.

### Creating an export option

[`init(rawValue:)`](/documentation/RoomPlan/CapturedRoom/USDExportOptions/init(rawValue:))

Creates an export option with the specified raw value.

[`rawValue`](/documentation/RoomPlan/CapturedRoom/USDExportOptions/rawValue)

A raw value for the export option.

## Relationships

### Conforms To

[`OptionSet`](/documentation/Swift/OptionSet)

[`Equatable`](/documentation/Swift/Equatable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)