Houdini 20.5 Nodes APEX nodes

geo::PointAttribValue<T>

Returns the value of a point attribute.

On this page
Since 20.0

Returns the value of a given point attribute.

Inputs

geo: Geometry

The geometry on which to look for the attribute.

elemnum: Int

The point number of the point 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