optype expression function

Returns the type of a node.

Replaced by: hou.nodeType, hou.Node

All Usage Examples

See also: optypeinfo

Usage

optype(name)

Examples

optype("/obj/geo1")

Returns “geo”, indicating that object geo1 is a Geometry container object.