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.  | 
8.15.3.18.4 Examples
8.15.3.18.5 Formal representation
ENTITY IfcProfileProperties
 SUBTYPE OF (IfcExtendedProperties);
	ProfileDefinition : IfcProfileDef;
END_ENTITY;
