> 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/dna-to-mesh.md).

# DNA To Mesh

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

```
/**
 * Node that converts a MetaHuman DNA asset to a mesh.
 * 
 * Extracts the mesh geometry from a DNA file at a specified LOD level.
 * 
 * Usage:
 * 1. Connect DNA asset input
 * 2. Set LOD index
 * 3. Output is the extracted mesh
 */
```

| Parameter                                  | Description                        |
| ------------------------------------------ | ---------------------------------- |
| <p>LODIndex</p><p><code>integer</code></p> | Selected LOD Index. Must be valid. |
