Houdini 20.0 Nodes APEX Nodes

geo::PrimAttribValue<T>

Return the primitive attribute value for a particular attribute.

On this page
Since 20.0

Inputs

geo: Geometry

The geometry to look for the attribute on.

elemnum: Int

The 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 was successful.

APEX Nodes