A type of DOP data that stores which DOP objects affect one another.
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
Inherited from hou.DopData: attachSubData, copyContentsFrom, createSubData, creator, dataType, dopNetNode, findAllSubData, findSubData, id, options, record, recordTypes, records, removeSubData, simulation, subData
| matches | Return whether or not this relationship’s name matches a pattern. See hou.DopObject.matches for more information. |
| name | Return the name of this DOP relationship. |
name(self)→strReturn the name of this DOP relationship.
matches(self, pattern)→boolReturn whether or not this relationship’s name matches a pattern. See hou.DopObject.matches for more information.