Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcRelAssociatesDocument

Definition from IAI: This objectified relationship (IfcRelAssociatesDocument) handles the assignment of a document information (items of the select IfcDocumentSelect) to objects (subtypes of IfcObject).

The relationship is used to assign a document reference or a more detailed document information to objects. A single document reference can be applied to multiple objects.

The inherited attribute RelatedObjects define the objects to which the document association is applied. The attribute RelatingDocument is the reference to a document reference, applied to the object(s).

HISTORY: New entity in IFC Release 2x.

EXPRESS specification:

ENTITY IfcRelAssociatesDocument
SUBTYPE OF ( IfcRelAssociates);
RelatingDocument  :  IfcDocumentSelect;
END_ENTITY;

Attribute definitions:

RelatingDocument  :  Document information or reference which is applied to the objects.

Inheritance graph

ENTITY IfcRelAssociatesDocument;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelationship;
ENTITY IfcRelAssociates;
RelatedObjects  :  SET [1:?] OF IfcRoot;
ENTITY IfcRelAssociatesDocument;
RelatingDocument  :  IfcDocumentSelect;
END_ENTITY;