<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RoomPlan",
  "identifier" : "/documentation/RoomPlan/ChairArmType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "RoomPlan"
    ],
    "preciseIdentifier" : "s:8RoomPlan12ChairArmTypeO"
  },
  "title" : "ChairArmType"
}
-->

# ChairArmType

Types of armchair the framework identifies in a captured room.

```
enum ChairArmType
```

## 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`](/documentation/RoomPlan/CapturedRoom/Object/attributes) array for the object (see [`objects`](/documentation/RoomPlan/CapturedRoom/objects)) that represents the chair in the captured room.

## Topics

### Choosing a chair arm type

[`case existing`](/documentation/RoomPlan/ChairArmType/existing)

A type of chair that has arms.

[`case missing`](/documentation/RoomPlan/ChairArmType/missing)

A type of chair with no arms.

### Identifying a chair arm type

### Categorizing a chair arm type

### Creating a chair arm type

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`CapturedRoomAttribute`](/documentation/RoomPlan/CapturedRoomAttribute)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`CaseIterable`](/documentation/Swift/CaseIterable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)