hou.DopRelationship
class
A type of DOP data that stores which DOP objects affect one another.
Inheritence: hou.DopData >
In addition to the “Basic” and “Options” records, a DopRelationship contains “ObjInAffectors” and “ObjInGroup” records. The former contains the objects doing the affecting and the latter contains the objects being affected.
See hou.DopSimulation.relationships for an example.
Methods
Methods inherited from hou.DopData: dataTypeObject, dopNetNode, findSubData, record, dataType, attachSubData, creator, copyContentsFrom, simulation, subData, findAllSubData, removeSubData, recordTypes, records, id, save, options, createSubData
name(self)→str-
Return the name of this DOP relationship.
matches(self, pattern)→bool-
Return whether or not this relationship’s name matches a pattern. See hou.DopObject.matches for more information.