---
title: "init(options:)"
framework: roomplan
role: symbol
role_heading: Initializer
path: "roomplan/roombuilder/init(options:)"
---

# init(options:)

Creates a room builder using the specified options.

## Declaration

```swift
init(options: RoomBuilder.ConfigurationOptions)
```

## Parameters

- `options`: An option set to customize the captured room.

## Discussion

Discussion Pass the beautifyObjects option to enhance the look of the output for the captured room, or  ([]) to omit capture post-processing.

## See Also

### Creating a room builder

- [RoomBuilder.ConfigurationOptions](roomplan/roombuilder/configurationoptions.md)
