Houdini 20.5 Nodes APEX nodes

geo::ArrayAttribValue<T>

Returns the values of an array attribute.

On this page
Since 20.0

Returns the values of an array attribute.

Inputs

geo: Geometry

The geometry on which to look for the attribute.

elemnum: Int

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

This input is ignored if geo::ArrayAttribValue is set to operate on the Detail attribute.

attribname: String

The name of the attribute to return the value for.

Outputs

value: FloatArray, IntArray

The values of the attribute.

success: Bool

Returns True if the operation is successful.

See also

APEX nodes