dopobjscreatedby expression function

Returns the list of objects created by a particular DOP node.

Replaced by: hou.DopNode

All Usage Examples

Usage

dopobjscreatedby(dop)

Returns a string containing a space-separated list of object identifies.

Examples

dopobjscreatedby("/obj/dopnet1/rbdglueobject1")

Returns a list of identifiers for all objects created by the rbdglueobject1 DOP node.