@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcFuelProperties extends IfcMaterialProperties
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcPositiveRatioMeasure |
carbonContent |
private IfcThermodynamicTemperatureMeasure |
combustionTemperature |
private IfcHeatingValueMeasure |
higherHeatingValue |
private IfcHeatingValueMeasure |
lowerHeatingValue |
stepNumber| 构造器和说明 |
|---|
IfcFuelProperties(IfcMaterial material,
IfcThermodynamicTemperatureMeasure combustionTemperature,
IfcPositiveRatioMeasure carbonContent,
IfcHeatingValueMeasure lowerHeatingValue,
IfcHeatingValueMeasure higherHeatingValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcPositiveRatioMeasure |
getCarbonContent() |
IfcThermodynamicTemperatureMeasure |
getCombustionTemperature() |
IfcHeatingValueMeasure |
getHigherHeatingValue() |
IfcHeatingValueMeasure |
getLowerHeatingValue() |
void |
setCarbonContent(IfcPositiveRatioMeasure carbonContent) |
void |
setCombustionTemperature(IfcThermodynamicTemperatureMeasure combustionTemperature) |
void |
setHigherHeatingValue(IfcHeatingValueMeasure higherHeatingValue) |
void |
setLowerHeatingValue(IfcHeatingValueMeasure lowerHeatingValue) |
getMaterial, setMaterialcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcThermodynamicTemperatureMeasure combustionTemperature
@IfcOptionField private IfcPositiveRatioMeasure carbonContent
@IfcOptionField private IfcHeatingValueMeasure lowerHeatingValue
@IfcOptionField private IfcHeatingValueMeasure higherHeatingValue
@IfcParserConstructor public IfcFuelProperties(IfcMaterial material, IfcThermodynamicTemperatureMeasure combustionTemperature, IfcPositiveRatioMeasure carbonContent, IfcHeatingValueMeasure lowerHeatingValue, IfcHeatingValueMeasure higherHeatingValue)
public IfcThermodynamicTemperatureMeasure getCombustionTemperature()
public void setCombustionTemperature(IfcThermodynamicTemperatureMeasure combustionTemperature)
public IfcPositiveRatioMeasure getCarbonContent()
public void setCarbonContent(IfcPositiveRatioMeasure carbonContent)
public IfcHeatingValueMeasure getLowerHeatingValue()
public void setLowerHeatingValue(IfcHeatingValueMeasure lowerHeatingValue)
public IfcHeatingValueMeasure getHigherHeatingValue()
public void setHigherHeatingValue(IfcHeatingValueMeasure higherHeatingValue)
Copyright © 2023. All rights reserved.