dopobjectsareaffectors expression function

Tests whether a set of objects has an affector relationship with another object.

Replaced by: hou.DopObject

All Usage Examples

Usage

dopobjectsareaffectors(dop, objectSpec, affectors)

Returns 1 if all the objects specified by the affectors argument are affectors of the single object specified with the objectSpec argument.

Examples

dopobjectsareaffectors("/obj/dopnet1", "obj1", "obj2 obj3")

Returns one if obj2 and obj3 are affectors of obj1.