Houdini 20.5 Nodes APEX nodes

geo::FindPointAttribValue<T>

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

On this page
Since 20.0

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

Inputs

geo: Geometry

The geometry in which to find the points.

attribname: String

The name of the point attribute to find.

value: Int, String

The value of the point attribute to find.

Outputs

result: IntArray

The point numbers of the points in geo whose attribname value is set to value.

size: Int

The number of points found.

See also

APEX nodes