<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARSession/RunOptions/resetSceneReconstruction",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARSessionRunOptions@ARSessionRunOptionResetSceneReconstruction"
  },
  "title" : "resetSceneReconstruction"
}
-->

# resetSceneReconstruction

An option to reset the scene mesh.

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

## Discussion

When you reset scene reconstruction, ARKit removes any existing mesh anchors ([`ARMeshAnchor`](/documentation/ARKit/ARMeshAnchor)) from the session.

---

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)