Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcMaterialProperties

Definition from IAI: Abstract supertype of all container classes with material properties, both those defined in IFC specification and those defined by users as extended material properties.

HISTORY: New entity in Release IFC2x.

EXPRESS specification:

ENTITY IfcMaterialProperties
ABSTRACT SUPERTYPE OF (ONEOF(IfcMechanicalMaterialProperties, IfcThermalMaterialProperties, IfcHygroscopicMaterialProperties, IfcExtendedMaterialProperties, IfcGeneralMaterialProperties, IfcOpticalMaterialProperties, IfcWaterProperties, IfcFuelProperties, IfcProductsOfCombustionProperties));
Material  :  IfcMaterial;
END_ENTITY;

Attribute definitions:

Material  :  Reference to the material to which the set of properties is assigned.

Inheritance graph

ENTITY IfcMaterialProperties;
ENTITY IfcMaterialProperties;
Material  :  IfcMaterial;
END_ENTITY;