IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

5.1.3.27 IfcRelAssignsToProduct

5.1.3.27.1 Semantic definition

The objectified relationship IfcRelAssignsToProduct handles the assignment of objects (subtypes of IfcObject) to a product (subtypes of IfcProduct). The Name attribute should be used to classify the usage of the IfcRelAssignsToProduct objectified relationship. The following Name values are proposed:

  • 'Context' : Assignment of a context specific representation, such as of structural members to a different context representation (with potentially different decomposition breakdown) such as of building elements for a specific context specific representation. 
  • 'View' : Assignment of a product (via RelatingProduct) that is decomposed according to a discipline view, to another product (via RelatedObjects) that is decomposed according to a different discipline view. An example is the assignment of the architectural slab to a different decomposition of the pre manufactured sections of a slab (under a precast concrete discipline view).

5.1.3.27.2 Entity inheritance

5.1.3.27.3 Attributes

# Attribute Type Description
IfcRoot (4)
IfcRelAssigns (2)
Click to show 6 hidden inherited attributes
IfcRelAssignsToProduct (1)
7 RelatingProduct IfcProductSelect

Reference to the product or product type to which the objects are assigned to.

Table 5.1.3.27.B

5.1.3.27.4 Formal propositions

Name Description
NoSelfReference

The instance to which the relation points, as provided by RelatingProduct shall not be contained in the set of RelatedObjects.

SIZEOF(QUERY(Temp <* SELF\IfcRelAssigns.RelatedObjects | RelatingProduct :=: Temp)) = 0
Table 5.1.3.27.C

5.1.3.27.5 Concept usage

Concept Usage Description
IfcRoot (2)
Click to show 2 hidden inherited concepts
Table 5.1.3.27.D

5.1.3.27.6 Examples

5.1.3.27.7 Formal representation

ENTITY IfcRelAssignsToProduct
SUBTYPE OF (IfcRelAssigns);
RelatingProduct : IfcProductSelect;
WHERE
NoSelfReference : SIZEOF(QUERY(Temp <* SELF\IfcRelAssigns.RelatedObjects | RelatingProduct :=: Temp)) = 0;
END_ENTITY;

5.1.3.27.8 References

Edit on Github


Is this page difficult to understand? Let us know!

5.1.3.27.9 Changelog

5.1.3.27.9.1 IFC4