Class Ifc2x3::IfcMaterialList

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Class Documentation

class Ifc2x3::IfcMaterialList : public IfcUtil::IfcBaseEntity

IfcMaterialList is 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 IfcMaterialLayerSet can be used. Also, IfcMaterialList shall not be used for elements consisting of a single identifiable material (for example, to represent anisotropic material).

IFC2x4 CHANGE The entity IfcMaterialList is deprecated and shall no longer be used. Use IfcMaterialConstituentSet instead.

Public Types

typedef IfcTemplatedEntityList<IfcMaterialList> list

Public Functions

IfcTemplatedEntityList<::Ifc2x3::IfcMaterial>::ptr Materials() const

Materials used in a composition of substances.

void setMaterials(IfcTemplatedEntityList<::Ifc2x3::IfcMaterial>::ptr v)
const IfcParse::entity &declaration() const
IfcMaterialList(IfcEntityInstanceData *e)
IfcMaterialList(IfcTemplatedEntityList<::Ifc2x3::IfcMaterial>::ptr v1_Materials)

Public Static Functions

const IfcParse::entity &Class()