---
title: "containsAny(of:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/volumetric/containsany(of:)"
---

# containsAny(of:)

Returns a Boolean value that indicates whether this volume contains any of the specified points.

## Declaration

```swift
func containsAny(of points: [Point3D]) -> Bool
```

## Parameters

- `points`: The array of points that the function compares against.
