Houdini 20.0 Nodes APEX Nodes

geo::FindVertexAttribValue<T>

Look up all vertices in a geometry that have a particular attribute value.

On this page
Since 20.0

Inputs

geo: Geometry

The geometry to look for the vertices in.

attribname: String

The name of the vertex attribute to look for.

value: Int, String

The value of the vertex attribute to look for.

Outputs

result: IntArray

The vertex number of the vertices in geo, which attribname value is equal with the look up value.

All of the vertices in geo that have the value of attribname equal to that of value will be added to result.

size: Int

The amount of found vertices.

APEX Nodes