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

# init(options:)

Creates a structure builder using the specified options.

## Declaration

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

## Parameters

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

## Discussion

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

## See Also

### Creating a structure builder

- [StructureBuilder.ConfigurationOptions](roomplan/structurebuilder/configurationoptions.md)
