Class Ifc2x3::IfcProductsOfCombustionProperties

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Class Documentation

class Ifc2x3::IfcProductsOfCombustionProperties : public Ifc2x3::IfcMaterialProperties

Public Functions

bool hasSpecificHeatCapacity() const

Whether the optional attribute SpecificHeatCapacity is defined for this IfcProductsOfCombustionProperties.

double SpecificHeatCapacity() const
void setSpecificHeatCapacity(double v)
bool hasN20Content() const

Whether the optional attribute N20Content is defined for this IfcProductsOfCombustionProperties.

double N20Content() const
void setN20Content(double v)
bool hasCOContent() const

Whether the optional attribute COContent is defined for this IfcProductsOfCombustionProperties.

double COContent() const
void setCOContent(double v)
bool hasCO2Content() const

Whether the optional attribute CO2Content is defined for this IfcProductsOfCombustionProperties.

double CO2Content() const
void setCO2Content(double v)
const IfcParse::entity &declaration() const
IfcProductsOfCombustionProperties(IfcEntityInstanceData *e)
IfcProductsOfCombustionProperties(::Ifc2x3::IfcMaterial *v1_Material, boost::optional<double> v2_SpecificHeatCapacity, boost::optional<double> v3_N20Content, boost::optional<double> v4_COContent, boost::optional<double> v5_CO2Content)

Public Static Functions

const IfcParse::entity &Class()