# Apply Rigid Transform

<div align="left"><figure><img src="https://2202237093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FililYtTOKJkeJpzbCa02%2Fuploads%2FQetRCCxVLjYAwtP8OSkf%2Fimage.png?alt=media&#x26;token=608b2bce-acd6-46d0-800f-f9351be5d02c" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that applies a rigid transformation to a mesh.
 * 
 * Transforms mesh vertices using a precomputed rigid transform
 * (translation, rotation, scale) from a Rigid Fit operation.
 * 
 * Usage:
 * 1. Connect mesh and rigid transform data
 * 2. Output is the transformed mesh
 */
```
