> 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/non-rigid-fit.md).

# Non-Rigid Fit

<div align="left"><figure><img src="/files/d9pCYwQHIvz0Qxb7nawB" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that performs non-rigid mesh fitting using ICP and ARAP.
 * 
 * Deforms a source mesh to match a target mesh using landmark
 * correspondences and iterative closest point algorithms.
 * 
 * Usage:
 * 1. Connect source mesh, target mesh, and landmarks
 * 2. Configure fitting parameters
 * 3. Click Apply to deform source to match target
 */
```
