---
title: geometry
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/armeshanchor/geometry
---

# geometry

3D information about the mesh such as its shape and classifications.

## Declaration

```swift
var geometry: ARMeshGeometry { get }
```

## Discussion

Discussion Contains the anchor’s portion of mesh data that, with any other mesh anchors in the AR session, collectively reconstruct the scene around the user. The mesh anchor records this data in it’s own coordinate system.

## See Also

### Accessing the Mesh

- [ARMeshGeometry](arkit/armeshgeometry.md)
