optype
expression function
Returns the type of a node.
Replaced by: hou.nodeType
See also: optypeinfo
Usage
optype(name)
Examples
optype("/obj/geo1")
Returns “geo”, indicating that object geo1 is a Geometry container object.