detailattribsize expression function

Returns the number of components in a detail attribute.

Replaced by: hou.Geometry

All Usage Examples

See also: detail, pointattribsize, vertexattribsize, primattribsize

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.