5.1.3.40 IfcRelDefinesByType
5.1.3.40.1 Semantic definition
The objectified relationship IfcRelDefinesByType defines the relationship between an object type and object occurrences. The IfcRelDefinesByType is a 1-to-N relationship, as it allows for the assignment of one type information to a single or to many objects. Those objects then share the same object type, and the property sets and properties assigned to the object type.
The IfcRelDefinesByType links the object type definition with the object occurrence. Both may define properties by assigning an IfcPropertySet, including one or many subtypes of IfcProperty to either the object type or object occurrence, as shown in Figure 5.1.3.40.A.
There are several scenarios to define the same property set on the object type definition and object occurrence side:
- All properties for all object occurrences of a common object type have the same value - then only the object type definition has a property set assigned.
- All properties for all object occurrences are different, that is there are no common property values for the object type definition - then each of the object occurrences has a property set assigned.
- Some properties within the same property set have common values and are assigned to the object type definition and some are occurrence specific and assigned (with potentially different values) to the object occurrences - then:
- The sum of all properties within a given property set applicable to an object occurrence is the union of properties assigned to the object type definition plus the properties assigned to the object occurrence.
- If the object occurrence has a property with the same IfcProperty.Name in an IfcPropertySet, as the corresponding object type definition, then the occurrence property value overrides the type property value.

The following table provides an example of assigning properties that can be overridden.
Properties assigned to IfcWallType | Property assigned to IfcWall | Resulting property value for individual wall |
---|---|---|
- | ExtendToStructure = TRUE | ExtendToStructure = TRUE |
ThermalTransmittance = 0.375 | - | ThermalTransmittance = 0.375 |
ExtendToStructure = TRUE | ExtendToStructure = FALSE | ExtendToStructure = FALSE |
5.1.3.40.2 Entity inheritance
5.1.3.40.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRoot (4) | |||
Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes | |||
IfcRelDefinesByType (2) | |||
5 | RelatedObjects | SET [1:?] OF IfcObject |
No description available. |
6 | RelatingType | IfcTypeObject |
Reference to the type (or style) information for that object or set of objects. |
5.1.3.40.4 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
Click to show 2 hidden inherited concepts Click to hide 2 inherited concepts |
5.1.3.40.5 Examples
-
Figure 5.1.3.40.B -
Figure 5.1.3.40.C -
Figure 5.1.3.40.D -
Figure 5.1.3.40.E -
Figure 5.1.3.40.F -
Figure 5.1.3.40.G -
Figure 5.1.3.40.H -
Figure 5.1.3.40.I -
Figure 5.1.3.40.J -
Figure 5.1.3.40.K -
Figure 5.1.3.40.L -
Figure 5.1.3.40.M -
Figure 5.1.3.40.N -
Figure 5.1.3.40.O -
Figure 5.1.3.40.P -
Figure 5.1.3.40.Q -
Figure 5.1.3.40.R -
Figure 5.1.3.40.S -
Figure 5.1.3.40.T
5.1.3.40.6 Formal representation
ENTITY IfcRelDefinesByType SUBTYPE OF (IfcRelDefines); RelatedObjects : SET [1:?] OF IfcObject; RelatingType : IfcTypeObject; END_ENTITY;