IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.15.3.18 IfcProfileProperties

8.15.3.18.1 Semantic definition

This is a collection of properties applicable to section profile definitions.

8.15.3.18.2 Entity inheritance

8.15.3.18.3 Attributes

# Attribute Type Description
IfcPropertyAbstraction (1)
HasExternalReferences SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects

Reference to an external reference, e.g. library, classification, or document information, that is associated to the property definition.

IfcExtendedProperties (3)
1 Name OPTIONAL IfcIdentifier

The name given to the set of properties.

2 Description OPTIONAL IfcText

Description for the set of properties.

3 Properties SET [1:?] OF IfcProperty

The set of properties provided for this extended property collection.

Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes
IfcProfileProperties (1)
4 ProfileDefinition IfcProfileDef

Profile definition which is qualified by these properties.

Table 8.15.3.18.B

8.15.3.18.4 Examples

8.15.3.18.5 Formal representation

ENTITY IfcProfileProperties
 SUBTYPE OF (IfcExtendedProperties);
	ProfileDefinition : IfcProfileDef;
END_ENTITY;

8.15.3.18.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.15.3.18.7 Changelog

8.15.3.18.7.1 IFC4

  • attribute, ProfileDefinition
  • abstract, Is no longer abstract
  • attribute ProfileName name, Changed from "ProfileName" to "ProfileDefinition"
  • attribute ProfileName optional, Changed from "True" to "False"
  • attribute ProfileName type, Changed from "IfcLabel" to "IfcProfileDef"