Contents

StructureBuilder

An object that combines multiple scan sessions into a single captured result.

Declaration

class StructureBuilder

Mentioned in

Overview

This class in conjunction with CapturedStructure enables an app to export a 3D model that consists of multiple CapturedRoom instances. First, combine the rooms into a single captured result by calling capturedStructure(from:). Then, generate a 3D model of the whole structure by calling export(to:metadataURL:modelProvider:exportOptions:).

Topics

Creating a structure builder

Building a captured structure

Interpreting build errors

See Also

3D Asset Output