IFC 4.3.0.0 (IFC4X3) final

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.A

8.15.3.18.4 Formal representation

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

8.15.3.18.5 References

8.15.3.18.6 Changelog

  • attributes, ProfileDefinition
  • abstract, Changed from True to False
  • attributes ProfileName definition, Changed from IfcLabel to IfcProfileDef
  • attributes ProfileName is_optional, Changed from True to False
  • attributes ProfileName name, Changed from ProfileName to ProfileDefinition