IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.10.3.4 IfcMaterialConstituentSet

RV ⓘ
AbV ⓘ

8.10.3.4.1 Semantic definition

IfcMaterialConstituentSet is a collection of individual material constituents, each assigning a material to a part of an element. The parts are only identified by a keyword (as opposed to an IfcMaterialLayerSet or IfcMaterialProfileSet where each part has an individual shape parameter (layer thickness or layer profile).

8.10.3.4.2 Entity inheritance

8.10.3.4.3 Attributes

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

The name by which the constituent set is known.

2 Description OPTIONAL IfcText

Definition of the material constituent set in descriptive terms.

3 MaterialConstituents OPTIONAL SET [1:?] OF IfcMaterialConstituent

Identification of the constituents from which the material constituent set is composed.

Table 8.10.3.4.A

8.10.3.4.4 Formal representation

ENTITY IfcMaterialConstituentSet
SUBTYPE OF (IfcMaterialDefinition);
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
MaterialConstituents : OPTIONAL SET [1:?] OF IfcMaterialConstituent;
END_ENTITY;

8.10.3.4.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.10.3.4.6 Changelog

8.10.3.4.6.1 IFC4

  • New resource