Class Ifc4x1::IfcMaterialProperties¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public Ifc4x1::IfcExtendedProperties
(Class Ifc4x1::IfcExtendedProperties)
Class Documentation¶
-
class
Ifc4x1
::
IfcMaterialProperties
: public Ifc4x1::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
-
::Ifc4x1::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
(::Ifc4x1::IfcMaterialDefinition *v)¶
-
IfcMaterialProperties
(IfcEntityInstanceData *e)¶
-
IfcMaterialProperties
(boost::optional<std::string> v1_Name, boost::optional<std::string> v2_Description, IfcTemplatedEntityList<::Ifc4x1::IfcProperty>::ptr v3_Properties, ::Ifc4x1::IfcMaterialDefinition *v4_Material)¶
-
typedef IfcTemplatedEntityList<IfcMaterialProperties>