Class Ifc2x3::IfcMaterialProperties

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class Ifc2x3::IfcMaterialProperties : public IfcUtil::IfcBaseEntity

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.

Subclassed by Ifc2x3::IfcExtendedMaterialProperties, Ifc2x3::IfcFuelProperties, Ifc2x3::IfcGeneralMaterialProperties, Ifc2x3::IfcHygroscopicMaterialProperties, Ifc2x3::IfcMechanicalMaterialProperties, Ifc2x3::IfcOpticalMaterialProperties, Ifc2x3::IfcProductsOfCombustionProperties, Ifc2x3::IfcThermalMaterialProperties, Ifc2x3::IfcWaterProperties

Public Types

typedef IfcTemplatedEntityList<IfcMaterialProperties> list

Public Functions

::Ifc2x3::IfcMaterial *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(::Ifc2x3::IfcMaterial *v)
const IfcParse::entity &declaration() const
IfcMaterialProperties(IfcEntityInstanceData *e)
IfcMaterialProperties(::Ifc2x3::IfcMaterial *v1_Material)

Public Static Functions

const IfcParse::entity &Class()