Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcMaterialList

Definition from IAI: A list of the different materials that are used in an element.

NOTE: The class IfcMaterialList will normally be used where an element is described at a more abstract level. For example, for an architectural specification writer, the only information that may be needed about a concrete column is that it contains concrete, reinforcing steel and mild steel ligatures. It shall not be used for elements consisting of material layers when the different layers can be defined and the class IfcMaterialLayrSet can be used. Also, IfcMaterialList shall not be used for elements consisting of a single identifiable material, (e.g. to represent anisotropic material).

EXPRESS specification:

ENTITY IfcMaterialList;
Materials  :  LIST [1:?] OF IfcMaterial;
END_ENTITY;

Attribute definitions:

Materials  :  Materials used in a composition of substances.

Inheritance graph

ENTITY IfcMaterialList;
ENTITY IfcMaterialList;
Materials  :  LIST [1:?] OF IfcMaterial;
END_ENTITY;