> 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/metahuman-dna/get-dna-rbf-pose.md).

# Get DNA RBF Pose

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

```
/**
 * Node that retrieves an RBF pose from a MetaHuman DNA asset.
 * 
 * Extracts a specific radial basis function pose used for
 * advanced facial deformation in MetaHuman characters.
 * 
 * Usage:
 * 1. Connect DNA asset input
 * 2. Select RBF solver and pose name
 * 3. Output is the pose mesh
 */
```
