Skip to main content
Version: 2.13

Are Objects Related

Checks if objects are related through a relation.

Description​

Checks whether two objects are related through a specific relation (relation direction matters).

Inputs​

  • origin (Object): The object at the source of the relation
  • destination (Object): The object the relation is pointing to
  • relation (Relation): The relation linking the origin to the destination

Outputs​

  • related (Boolean): true if relation links origin to destination