prims expression function
Returns the string value of a primitive attribute.
Replaced by: hou.Prim, hou.Geometry
Usage
prims(surface_node, primitive_number, attribute)
Examples
prims("/obj/geo1/facet1", 3, "texturemap")
Returns the string associated with the string attribute “texturemap” for primitive 3 in the facet1 surface node in geo1.