Class Ifc2x3::IfcFuelProperties¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcMaterialProperties(Class Ifc2x3::IfcMaterialProperties)
Class Documentation¶
- 
class 
Ifc2x3::IfcFuelProperties: public Ifc2x3::IfcMaterialProperties¶ Public Types
- 
typedef IfcTemplatedEntityList<IfcFuelProperties> 
list¶ 
Public Functions
- 
bool 
hasCombustionTemperature() const¶ Whether the optional attribute CombustionTemperature is defined for this IfcFuelProperties.
- 
double 
CombustionTemperature() const¶ 
- 
void 
setCombustionTemperature(double v)¶ 
- 
bool 
hasCarbonContent() const¶ Whether the optional attribute CarbonContent is defined for this IfcFuelProperties.
- 
double 
CarbonContent() const¶ 
- 
void 
setCarbonContent(double v)¶ 
- 
bool 
hasLowerHeatingValue() const¶ Whether the optional attribute LowerHeatingValue is defined for this IfcFuelProperties.
- 
double 
LowerHeatingValue() const¶ 
- 
void 
setLowerHeatingValue(double v)¶ 
- 
bool 
hasHigherHeatingValue() const¶ Whether the optional attribute HigherHeatingValue is defined for this IfcFuelProperties.
- 
double 
HigherHeatingValue() const¶ 
- 
void 
setHigherHeatingValue(double v)¶ 
- 
IfcFuelProperties(IfcEntityInstanceData *e)¶ 
- 
IfcFuelProperties(::Ifc2x3::IfcMaterial *v1_Material, boost::optional<double> v2_CombustionTemperature, boost::optional<double> v3_CarbonContent, boost::optional<double> v4_LowerHeatingValue, boost::optional<double> v5_HigherHeatingValue)¶ 
- 
typedef IfcTemplatedEntityList<IfcFuelProperties>