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

# geometries(classifiedAs:)

Get disjoint mesh geometries of a given surface classification.

## Declaration

```swift
func geometries(classifiedAs classification: SurfaceClassification) -> [MeshAnchor.Geometry]
```

## Parameters

- `classification`: The classification of the geometries. SurfaceClassification/floor and SurfaceClassification/wall are supported.

## Return Value

Return Value The array of mesh geometries.
