Houdini 22.0 Nodes APEX nodes

geo::DetailAttribData

Retrieves metadata for detail (global) geometry attributes.

On this page
Since 22.0

Retrieves metadata for detail (global) geometry attributes.

Inputs

geo: Geometry

The geometry containing the query attribute.

attribname: String

The name of the detail attribute to query.

Outputs

valuetype: String

The APEX equivalent type name for the attribute.

datatype: String

The Houdini geometry type name for the attribute.

size: Int

The tuple size for the attribute, which indicates the number of datatype components. For example, a numeric datatype of size 3 means that it holds Vector3 values, and a numeric datatype of size 16 holds Matrix4 values. Note that size is not the number of elements for an array attribute. A Vector3 array attribute will still output a size of 3.

See also

APEX nodes