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 Click to hide 3 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. |
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;