---
title: ClothQueryVolumeEvents.NewBodyIntersections
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothqueryvolumeevents/newbodyintersections
---

# ClothQueryVolumeEvents.NewBodyIntersections

An event type that a cloth query volume publishes (before simulation update) when cloth bodies intersect it.

## Declaration

```swift
struct NewBodyIntersections
```

## Overview

Overview This event should be treated as having a non-escapable lifetime. Some of its data is no longer available after its lifetime has ended.

## Topics

### Accessing the intersections

- [intersections](realitykit/clothqueryvolumeevents/newbodyintersections/intersections.md)
- [withIntersections(_:)](realitykit/clothqueryvolumeevents/newbodyintersections/withintersections(_:).md)
- [ClothQueryVolumeEvents.NewBodyIntersections.Intersection](realitykit/clothqueryvolumeevents/newbodyintersections/intersection.md)

### Identifying the query volume

- [queryVolumeEntity](realitykit/clothqueryvolumeevents/newbodyintersections/queryvolumeentity.md)
- [updateCount](realitykit/clothqueryvolumeevents/newbodyintersections/updatecount.md)

## Relationships

### Conforms To

- [Event](realitykit/event.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
