Contents

CapturedRoom.Section

An object that identifies a particular area in a captured room in relation to common types of room areas in a building.

Declaration

struct Section

Overview

When RoomPlan recognizes a captured room as one of the common kinds of room areas, such as a living room, the framework adds an instance of this structure to the room’s sections array.

The section instance provides:

In a larger room, the framework may identify multiple types of areas, for example, a kitchen and a dining room. In that case, the sections array contains both, CapturedRoom.Section.Label.kitchen and CapturedRoom.Section.Label.diningRoom, and their center points distinguish their individual locations within the room.

Topics

Creating a section

Describing a section

Locating a section

Serializing a section

See Also

Inspecting room details