IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.10.3.12 IfcMaterialProfileSet

RV ⓘ
AbV ⓘ

8.10.3.12.1 Semantic definition

The IfcMaterialProfileSet is a designation by which individual material(s) of a prismatic element (for example, beam or column) constructed of a single or multiple material profiles is known.

8.10.3.12.2 Entity inheritance

8.10.3.12.3 Attributes

# Attribute Type Description
IfcMaterialDefinition (3)
Click to show 3 hidden inherited attributes
IfcMaterialProfileSet (4)
1 Name OPTIONAL IfcLabel

The name by which the material profile set is known.

2 Description OPTIONAL IfcText

Definition of the material profile set in descriptive terms.

3 MaterialProfiles LIST [1:?] OF IfcMaterialProfile

Identification of the profiles from which the material profile set is composed.

4 CompositeProfile OPTIONAL IfcCompositeProfileDef

Reference to the composite profile definition for which this material profile set associates material to each of its individual profiles. If only a single material profile is used (the most typical case) then no CompositeProfile is asserted.

Table 8.10.3.12.K

8.10.3.12.4 Examples

8.10.3.12.5 Formal representation

ENTITY IfcMaterialProfileSet
SUBTYPE OF (IfcMaterialDefinition);
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
MaterialProfiles : LIST [1:?] OF IfcMaterialProfile;
CompositeProfile : OPTIONAL IfcCompositeProfileDef;
END_ENTITY;

8.10.3.12.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.10.3.12.7 Changelog

8.10.3.12.7.1 IFC4

  • New resource