Class Ifc4x1::IfcMaterialList¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc4x1
::
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<::Ifc4x1::IfcMaterial>::ptr
Materials
() const¶ Materials used in a composition of substances.
-
void
setMaterials
(IfcTemplatedEntityList<::Ifc4x1::IfcMaterial>::ptr v)¶
-
IfcMaterialList
(IfcEntityInstanceData *e)¶
-
IfcMaterialList
(IfcTemplatedEntityList<::Ifc4x1::IfcMaterial>::ptr v1_Materials)¶
-
typedef IfcTemplatedEntityList<IfcMaterialList>