Class Ifc4x2::IfcMaterialProperties

Nested Relationships

This class is a nested type of Struct Ifc4x2.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x2::IfcMaterialProperties : public Ifc4x2::IfcExtendedProperties

IfcMaterialProperties is defined as an abstract supertype for entities that apply material properties to material definitions. A set of material properties that are assigned to an individual material definiton may be identified by a Name and a Description.

NOTE The set of material properties can be assigned to an individual IfcMaterial, a set or composite of materials (IfcMaterialConstituent, IfcMaterialConstituentSet), or set or individual material layer (IfcMaterialLayer, IfcMaterialLayerSet), or a set or individual material profile (IfcMaterialProfile, IfcMaterialProfileSet)

The applicable set of material properties is defined at the subtype IfcExtendedMaterialProperties. It includes material properties defined in this IFC specification and those defined as user-defined extended material properties.

HISTORY New Entity in IFC 2x.

IFC2x4 CHANGE The subtypes that represented a fixed list of statically defined material properties, IfcMechanicalMaterialProperties, IfcThermalMaterialProperties, IfcHygroscopicMaterialProperties, IfcGeneralMaterialProperties, IfcOpticalMaterialProperties, IfcWaterProperties, IfcFuelProperties, IfcProductsOfCombustionProperties have been deleted, use the generic IfcExtendedMaterialProperties instead.

Public Types

typedef IfcTemplatedEntityList<IfcMaterialProperties> list

Public Functions

::Ifc4x2::IfcMaterialDefinition *Material() const

Reference to the material definition to which the set of properties is assigned.

IFC2x4 CHANGE The datatype has been changed to supertype IfcMaterialDefinition.

void setMaterial(::Ifc4x2::IfcMaterialDefinition *v)
const IfcParse::entity &declaration() const
IfcMaterialProperties(IfcEntityInstanceData *e)
IfcMaterialProperties(boost::optional<std::string> v1_Name, boost::optional<std::string> v2_Description, IfcTemplatedEntityList<::Ifc4x2::IfcProperty>::ptr v3_Properties, ::Ifc4x2::IfcMaterialDefinition *v4_Material)

Public Static Functions

const IfcParse::entity &Class()