Houdini 20.0 Nodes APEX Nodes

geo::FindPrimAttribValue<T>

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

On this page
Since 20.0

Inputs

geo: Geometry

The geometry to look for the primitives in.

attribname: String

The name of the primitive attribute to look for.

value: Int, String

The value of the primitive attribute to look for.

Outputs

result: IntArray

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

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

size: Int

The amount of found primitives.

APEX Nodes