IFC 4.3.2.20250905 (IFC4X3_ADD2) under development

  • Help suggest improvements
  • Get user or developer support

5.1.3.36 IfcRelDefines

RV โ“˜
AbV โ“˜

ABSTRACT This definition may not be instantiated

5.1.3.36.1 Semantic definition

IfcRelDefines is a generic and abstract relationship which subtypes are used to:

  • assign an object type to an object occurrence
  • assign a property set to an object instance
  • assign a property set template to a property set
ย Several instances of windows within the IFC project model may be of the same (catalogue or manufacturer) type. Thereby they share the same properties. This relationship is established by the subtype IfcRelDefinesByType of the IfcRelDefines relationship assigning an IfcWindowType to multiple occurrences of IfcWindow. ย The (same) property set, e.g.ย  Pset_ProductManufacturerInfo, keeping the manufacturer name, label and production year of a product, can be assigned to one or many instances of furnishing. This relationship is established by the subtype IfcRelDefinesByProperties of IfcRelDefines relationship assigning an IfcPropertySet to one or more instances of IfcFurnishingElement. New entity in IFC2x. The attribute RelatedObjects has been demoted to the subtypes IfcRelDefinesByProperties and IfcRelDefinesByType.

5.1.3.36.2 Entity inheritance

5.1.3.36.3 Attributes

# Attribute Type Description
IfcRoot (4)
1 GlobalId IfcGloballyUniqueId

Assignment of a globally unique identifier within the entire software world.

2 OwnerHistory OPTIONAL IfcOwnerHistory

Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object.

Only the last modification is stored - either as addition, deletion or modification. The attribute has been changed to be OPTIONAL.
3 Name OPTIONAL IfcLabel

An optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule.

4 Description OPTIONAL IfcText

An optional description, provided to exchange informative comments.

Table 5.1.3.36.A

5.1.3.36.4 Concept usage

Concept Usage Description
IfcRoot (2)
Revision Control General

Ownership, history, and merge state is captured using IfcOwnerHistory.

Software Identity General

IfcRoot assigns the globally unique ID. In addition, it may also provide a name and description for the concept.

Click to show 2 hidden inherited concepts Click to hide 2 inherited concepts
Table 5.1.3.36.B

5.1.3.36.5 Formal representation

ENTITY IfcRelDefines
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcRelDefinesByObject
	,IfcRelDefinesByProperties
	,IfcRelDefinesByTemplate
	,IfcRelDefinesByType))
 SUBTYPE OF (IfcRelationship);
END_ENTITY;

5.1.3.36.6 References

Edit on Github


Is this page difficult to understand? Let us know!

5.1.3.36.7 Changelog

5.1.3.36.7.1 IFC4

  • attribute, RelatedObjects