Houdini 21.0 Nodes APEX nodes

geo::PrimUV<T>

Interpolates the value of an attribute at a parametric (UVW) position.

On this page
Since 21.0

Parametric UVs identify a position on the surface of a primitive. The interpolated value of the attribute is computed at the parametric position.

Inputs

geo: Geometry

The geometry containing the primitive of interest.

primnum: Int

The primitive number.

uvw: Vector3

The parametric UV position at which to compute the interpolated attribute value.

attribname: String

The name of the attribute.

Outputs

value: Dict, DictArray, Float, FloatArray, Int, IntArray, Matrix3, Matrix3Array, Matrix4, Matrix4Array, String, StringArray, Vector2, Vector2Array, Vector3, Vector3Array, Vector4, Vector4Array

The interpolated attribute value.

success: Bool

Returns True if the attribute is found and its interpolation is successfully computed.

See also

APEX nodes