---
title: resetSceneReconstruction
framework: arkit
role: symbol
role_heading: Type Property
path: arkit/arsession/runoptions/resetscenereconstruction
---

# resetSceneReconstruction

An option to reset the scene mesh.

## Declaration

```swift
static var resetSceneReconstruction: ARSession.RunOptions { get }
```

## Discussion

Discussion When you reset scene reconstruction, ARKit removes any existing mesh anchors (ARMeshAnchor) from the session.

## See Also

### Run Options

- [resetTracking](arkit/arsession/runoptions/resettracking.md)
- [removeExistingAnchors](arkit/arsession/runoptions/removeexistinganchors.md)
- [stopTrackedRaycasts](arkit/arsession/runoptions/stoptrackedraycasts.md)
