> For the complete documentation index, see [llms.txt](https://docs.meshmorpher.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmorpher.com/graph/wrapper/apply-rigid-transform.md).

# Apply Rigid Transform

<div align="left"><figure><img src="/files/P9frJtDuUeNf3bupv729" 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
 */
```
