Houdini 20.5 Nodes APEX nodes

geo::FindVertexAttribValue<T>

Finds all vertices in a geometry with a given attribute value.

On this page
Since 20.0

Finds all the vertices in a geometry with a given attribute value.

Inputs

geo: Geometry

The geometry in which to find the vertices.

attribname: String

The name of the vertex attribute to find.

value: Int, String

The value of the vertex attribute to find.

Outputs

result: IntArray

The vertex numbers of the vertices in geo whose attribname value is set to value.

size: Int

The number of vertices found.

See also

APEX nodes