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

# containsAny(of:)

Returns a Boolean value that indicates whether the size contains the specified point.

## Declaration

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

## Parameters

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

## Return Value

Return Value A Boolean value that indicates whether the size contains the specified point.

## See Also

### Deprecated symbols

- [simd](spatial/size3d/simd.md)
