IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

5.1.3.39 IfcRelDefinesByTemplate

5.1.3.39.1 Semantic definition

The objectified relationship IfcRelDefinesByTemplate defines the relationships between property set template and property sets. Common information about property sets, e.g. the applicable name, description, contained properties, is defined by the property set template and assigned to all property sets.

The IfcRelDefinesByTemplate is a 1-to-N relationship, as it allows for the assignment of one property set template to a single or to many property sets or quantity sets. Those property sets then share the same property set template definition.

5.1.3.39.2 Entity inheritance

5.1.3.39.3 Attributes

# Attribute Type Description
IfcRoot (4)
Click to show 4 hidden inherited attributes
IfcRelDefinesByTemplate (2)
5 RelatedPropertySets SET [1:?] OF IfcPropertySetDefinition

One or many property sets or quantity sets that obtain their definitions from the single property set template.

6 RelatingTemplate IfcPropertySetTemplate

Property set template that provides the common definition of related property sets.

Table 5.1.3.39.A

5.1.3.39.4 Concept usage

Concept Usage Description
IfcRoot (2)
Click to show 2 hidden inherited concepts
Table 5.1.3.39.B

5.1.3.39.5 Formal representation

ENTITY IfcRelDefinesByTemplate
SUBTYPE OF (IfcRelDefines);
RelatedPropertySets : SET [1:?] OF IfcPropertySetDefinition;
RelatingTemplate : IfcPropertySetTemplate;
END_ENTITY;

5.1.3.39.6 References

Edit on Github


Is this page difficult to understand? Let us know!

5.1.3.39.7 Changelog

5.1.3.39.7.1 IFC4

  • New resource