Houdini 12 Expression functions

Returns the number of components in a detail attribute.

Usage

detailattribsize(surface_node, attribute)

If the surface node or attribute is not found, returns 0.

Examples

detailattribsize( "/obj/model/capture", "pCaptData" )
Returns the number of elements in a “pCaptData” attribute.

On this page

Replaced by

Related topics