Houdini 20.0 Nodes APEX Nodes

geo::FindPointAttribValue<T>

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

On this page
Since 20.0

Inputs

geo: Geometry

The geometry to look for the points in.

attribname: String

The name of the point attribute to look for.

value: Int, String

The value of the point attribute to look for.

Outputs

result: IntArray

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

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

size: Int

The amount of found points.

APEX Nodes