---
title: MeshScope
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/meshscope
---

# MeshScope

The elements of a mesh resource that a deformation stack applies to.

## Declaration

```swift
struct MeshScope
```

## Topics

### Creating a mesh scope

- [model(name:part:)](realitykit/meshscope/model(name:part:).md)
- [instance(name:part:)](realitykit/meshscope/instance(name:part:).md)

### Inspecting the scope

- [isAll](realitykit/meshscope/isall.md)
- [isModel](realitykit/meshscope/ismodel.md)
- [isInstance](realitykit/meshscope/isinstance.md)

### Instance Properties

- [description](realitykit/meshscope/description.md)

### Type Properties

- [all](realitykit/meshscope/all.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Parameters and options

- [MeshDeformerOptions](realitykit/meshdeformeroptions.md)
- [MeshDeformerVertexOptions](realitykit/meshdeformervertexoptions.md)
- [MeshDeformerExecutionMode](realitykit/meshdeformerexecutionmode.md)
- [MeshDeformParameter](realitykit/meshdeformparameter.md)
- [MeshDeformationStack](realitykit/meshdeformationstack.md)
- [MeshDeformParameterCPU](realitykit/meshdeformparametercpu.md)
- [MeshDeformParameterGPU](realitykit/meshdeformparametergpu.md)
- [MeshDeformParametersCPU](realitykit/meshdeformparameterscpu.md)
- [MeshDeformParametersGPU](realitykit/meshdeformparametersgpu.md)
- [MeshDeformCPUBufferInput](realitykit/meshdeformcpubufferinput.md)
- [MeshDeformGPUBufferInput](realitykit/meshdeformgpubufferinput.md)
- [MeshDeformCPUBufferOutput](realitykit/meshdeformcpubufferoutput.md)
- [MeshDeformGPUBufferOutput](realitykit/meshdeformgpubufferoutput.md)
