Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcRelAssociates

Definition from IAI: The association relationship (IfcRelAssociates) refer to external sources of information (most notably a classification, library or document). There is no dependency implied by the association.

EXAMPLE: Further information may the given to the tank equipment (as subtype of IfcProduct) in terms of its classification and instruction documents, the source of the additional information is held external to the IFC project model.

Association relationships can the established to objects (occurences) or to types (both object types, IfcTypeObject, or partial types, IfcPropertySetDefinition).

EXAMPLE 1: The classification information for the tank equipment may be associated to the IfcTypeProduct (subtype of IfcTypeObject), defining the specific information for all occurencies of that tank in the project. Therefore the association of the (e.g.) Uniclass notation 'L6814' may be associated by a subtype of IfcRelAssociates to the type information.
EXAMPLE 2: The classification information for a particular space within a building may the associated to the IfcSpace object (subtype of IfcObject), defining a particular occurrence of space. Therefore the association of the (e.g.) DIN notation 'HNF 1.5' may be associated by a subtype of IfcRelAssociates to the object.

The association relationship establishs a uni-directional association. The subtypes of IfcRelAssociates establishes the particular semantic meaning of the association relationship.

HISTORY: New entity in IFC Release 2x.
NOTE: Users should not instantiate the entity IfcRelAssociates from IFC2x Edition2 onwards. It will be changed into an ABSTRACT supertype in future releases of IFC.

EXPRESS specification:

ENTITY IfcRelAssociates
SUPERTYPE OF (ONEOF(IfcRelAssociatesClassification, IfcRelAssociatesDocument, IfcRelAssociatesLibrary))
SUBTYPE OF ( IfcRelationship);
RelatedObjects  :  SET [1:?] OF IfcRoot;
WHERE
WR21  :  SIZEOF(QUERY(temp <* RelatedObjects | NOT(('IFCKERNEL.IFCOBJECTDEFINITION' IN TYPEOF(temp)) OR ('IFCKERNEL.IFCPROPERTYDEFINITION' IN TYPEOF(temp))) )) = 0;
END_ENTITY;

Attribute definitions:

RelatedObjects  :  Objects or Types, to which the external references or information is associated.

Formal Propositions:

WR21  :  The IfcRelAssociates relationship is restricted to associate information object, such as classification, document, library information, material, etc., to semantic object (occurrence objects based on IfcObject, and type objects, based on IfcTypeObject).

Inheritance graph

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