---
title: ChairArmType
framework: roomplan
role: symbol
role_heading: Enumeration
path: roomplan/chairarmtype
---

# ChairArmType

Types of armchair the framework identifies in a captured room.

## Declaration

```swift
enum ChairArmType
```

## Overview

Overview When the framework observes a chair in the physical environment during a scan, it chooses a type among these options that best matches the look of the chair’s arms. The framework adds that instance of this enum to the attributes array for the object (see objects) that represents the chair in the captured room.

## Topics

### Choosing a chair arm type

- [ChairArmType.existing](roomplan/chairarmtype/existing.md)
- [ChairArmType.missing](roomplan/chairarmtype/missing.md)

## Relationships

### Conforms To

- [CapturedRoomAttribute](roomplan/capturedroomattribute.md)
- [CaseIterable](swift/caseiterable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Describing chairs

- [ChairType](roomplan/chairtype.md)
- [ChairLegType](roomplan/chairlegtype.md)
- [ChairBackType](roomplan/chairbacktype.md)
