---
title: "applied(to:eventHandler:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/jointsselector/applied(to:eventhandler:)"
---

# applied(to:eventHandler:)

Select joints to be included in the pose. Ignored joints will be reset to zero in all fields.

## Declaration

```swift
func applied(to input: Pose, eventHandler: EventHandler? = nil) -> Pose
```

## Parameters

- `input`: A pose.
- `eventHandler`: An event handler.

## Return Value

Return Value A pose with the ignored joints set to zero.
