Interface IIfcThermalMaterialProperties
Readonly interface for IfcThermalMaterialProperties
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcThermalMaterialProperties : IIfcMaterialProperties, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
BoilingPoint
Declaration
IfcThermodynamicTemperatureMeasure? BoilingPoint { get; set; }
Property Value
|
Improve this Doc
View Source
FreezingPoint
Declaration
IfcThermodynamicTemperatureMeasure? FreezingPoint { get; set; }
Property Value
|
Improve this Doc
View Source
SpecificHeatCapacity
Declaration
IfcSpecificHeatCapacityMeasure? SpecificHeatCapacity { get; set; }
Property Value
|
Improve this Doc
View Source
ThermalConductivity
Declaration
IfcThermalConductivityMeasure? ThermalConductivity { get; set; }
Property Value