Houdini 20.5 Nodes APEX nodes

geo::FindPrimAttribValue<T>

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

On this page
Since 20.0

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

Inputs

geo: Geometry

The geometry in which to find the primitives.

attribname: String

The name of the primitive attribute to find.

value: Int, String

The value of the primitive attribute to find.

Outputs

result: IntArray

The primitive numbers of the primitives in geo whose attribname value is set to value.

size: Int

The number of primitives found.

See also

APEX nodes