---
title: ARMeshAnchor
framework: arkit
role: symbol
role_heading: Class
path: arkit/armeshanchor
---

# ARMeshAnchor

An anchor for a physical object that ARKit detects and recreates virtually using a polygonal mesh.

## Declaration

```swift
class ARMeshAnchor
```

## Overview

Overview ARKit subdivides the reconstructed, real-world scene surrounding the user into mesh anchors. Mesh anchors constantly update their data as ARKit refines its understanding of the real world. Although ARKit updates a mesh to reflect a change in the physical environment (such as when a person pulls out a chair), the mesh’s subsequent change is not intended to reflect in real time.

## Topics

### Accessing the Mesh

- [geometry](arkit/armeshanchor/geometry.md)
- [ARMeshGeometry](arkit/armeshgeometry.md)

## Relationships

### Inherits From

- [ARAnchor](arkit/aranchor.md)

### Conforms To

- [ARAnchorCopying](arkit/aranchorcopying.md)
- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Surface Detection

- [Tracking and visualizing planes](arkit/tracking-and-visualizing-planes.md)
- [ARPlaneAnchor](arkit/arplaneanchor.md)
