IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

5.1.3.37 IfcRelDefinesByObject

5.1.3.37.1 Semantic definition

The objectified relationship IfcRelDefinesByObject defines the relationship between an object taking part in an object type decomposition and an object occurrence taking part in an occurrence decomposition of that type.

The IfcRelDefinesByObject is a 1-to-N relationship, as it allows for the assignment of one declaring object information to a single or to many reflected objects. Those objects then share the same object property sets and, for subtypes of IfcProduct, the eventually assigned representation maps.

Only objects that take part in a type decomposition and in an occurrence decomposition of the same type can be connected by the IfcRelDefinesByObject relationship. The IfcRelDefinesByObject links the decomposed object type part, also called the "declaring part" with the occurrence of that part inside the occurrence of the decomposed type, also called the "reflected part", as shown in Figure 5.1.3.37.A.

instance diagram
Figure 5.1.3.37.A — Part definition relationships

The IfcRelDefinesByObject can be used together with the shape representations of the product type as shown in Figure 5.1.3.37.B. The IfcShapeRepresentation of the "declaring part" is referenced by the "reflected part". The IfcObjectPlacement of the model occurrence (the whole) determines the position within the project context.

geometry diagram
Figure 5.1.3.37.B — Part definition relationships with shape representation

5.1.3.37.2 Entity inheritance

5.1.3.37.3 Attributes

# Attribute Type Description
IfcRoot (4)
Click to show 4 hidden inherited attributes
IfcRelDefinesByObject (2)
5 RelatedObjects SET [1:?] OF IfcObject

Objects being part of an object occurrence decomposition, acting as the "reflecting parts" in the relationship.

6 RelatingObject IfcObject

Object being part of an object type decomposition, acting as the "declaring part" in the relationship.

Table 5.1.3.37.C

5.1.3.37.4 Concept usage

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

5.1.3.37.5 Formal representation

ENTITY IfcRelDefinesByObject
SUBTYPE OF (IfcRelDefines);
RelatedObjects : SET [1:?] OF IfcObject;
RelatingObject : IfcObject;
END_ENTITY;

5.1.3.37.6 References

Edit on Github


Is this page difficult to understand? Let us know!

5.1.3.37.7 Changelog

5.1.3.37.7.1 IFC4

  • New resource