Houdini 20.5 Nodes APEX nodes

geo::PrimAttribValue<T>

Returns the value of a primitive attribute.

On this page
Since 20.0

Returns the value of a given primitive attribute.

Inputs

geo: Geometry

The geometry on which to look for the attribute.

elemnum: Int

The primitive number of the primitive to return the attribute value for.

attribname: String

The name of the attribute to return the value for.

Outputs

value: Dict, DictArray, Float, FloatArray, Int, IntArray, Matrix3, Matrix4, String, StringArray, Vector2, Vector3, Vector4

The value of the attribute.

success: Bool

Returns True if the operation is successful.

See also

APEX nodes