dopobjectlist expression function

Returns all objects matching the an object specification.

Replaced by: hou.DopNetNode, hou.DopObject

All Usage Examples

See also: dopnumobjects

Usage

dopobjectlist(dop, objectSpec, listNames)

Returns a string containing a space-separated list. If the listNames argument is zero, then the string is a list of object identifiers. Otherwise it is a list of object names.

Object names are easier to read, but may not uniquely identify each object.

Examples

dopobjectlist("/obj/dopnet1", "obj? object*", 1)

Returns a string such as “obj1 obj2 object1 objectfoo”.