Docs

Get Mesh Array Element

Pulls one mesh out of a Mesh Array by index and reports the array's length on a second output. This is the way back from batch work into ordinary single-mesh graphs. Wire the array in, drive Index ...

Get Mesh Array Element node

The Get Mesh Array Element node

When to use it

Pulls one mesh out of a Mesh Array by index and reports the array's length on a second output. This is the way back from batch work into ordinary single-mesh graphs. Wire the array in, drive Index from a Math node, and everything downstream sees a normal mesh.

It recomputes whenever the array or the index changes.

When the array's bytes are parked in the .mmgraph file, only the element you ask for gets pulled off disk and decompressed. Indexing into a forty-head array does not wake the other thirty-nine.

Pins

Pin Type Description
Array Mesh List The array to read out of.
Pin Type Description
Mesh Mesh The mesh you asked for, on a normal Mesh wire.
Count Whole Number How many meshes the array holds. Still correct even when Index points past the end.

Settings

Setting Type Description
Element Index Whole number Which mesh to read, counting from 0.