Houdini 20.0 Nodes APEX Nodes

geo::ArrayAttribValue<T>

Return the attribute value for a particular array attribute.

On this page
Since 20.0

Inputs

geo: Geometry

The geometry to look for the attribute on.

elemnum: Int

The number of the point, primitive or vertex to return the attribute value for.

This input will be ignored if this callback is set to operate on Detail.

attribname: String

The name of the attribute to return the value for.

Outputs

value: FloatArray, IntArray

The value of the attribute.

success: Bool

Returns True if the operation was successful.

APEX Nodes