Navigation

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.
ISSUE See issue and change log for changes made in IFC Release 2x.

EXPRESS specification:

ENTITY IfcRelAssociates
SUPERTYPE OF (ONEOF(IfcRelAssociatesClassification, IfcRelAssociatesDocument, IfcRelAssociatesLibrary))
SUBTYPE OF ( IfcRelationship);
RelatedObjects  :  SET [1:?] OF IfcRoot;
WHERE
WR1  :  SIZEOF(QUERY(temp <* RelatedObjects | NOT(('IFCKERNEL.IFCOBJECT' 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:

WR1  :  The association relationship is restricted to objects and property definitions.

References (6):

Name Type Referred through Express-G
IfcObject Entity
Attribute 'HasAssociations'
Diagram 1
IfcPropertyDefinition Entity
Attribute 'HasAssociations'
Diagram 8
IfcRelAssociatesClassification Entity
Supertype
Diagram 2
IfcRelAssociatesDocument Entity
Supertype
Diagram 2
IfcRelAssociatesLibrary Entity
Supertype
Diagram 2
IfcRelationship Entity
Subtype
Diagram 1

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;