---
title: "geometries(of:)"
framework: arkit
role: symbol
role_heading: Instance Method
path: "arkit/roomanchor/geometries(of:)"
---

# geometries(of:)

Returns the disjoint mesh geometries of a given classification.

## Declaration

```swift
func geometries(of classification: MeshAnchor.MeshClassification) -> [MeshAnchor.Geometry]
```

## Parameters

- `classification`: The mesh classification to look for.

## Return Value

Return Value An array of MeshAnchor.Geometry structures that match the provided classification.

## Discussion

Discussion RoomAnchor.geometries(of:) supports the ARMeshClassification.floor and ARMeshClassification.wall mesh classifications.

## See Also

### Inspecting a room anchor

- [contains(_:)](arkit/roomanchor/contains(_:).md)
- [description](arkit/roomanchor/description.md)
