Houdini 11 Expression functions

Returns the number of unique strings bound to a primitive attribute.

Usage

primsnummap(surface_node, attribute)

Examples

primsnummap("/obj/geo1/attribcreate1", "foo")

Returns number of unique strings tied to the foo attribute.

On this page