ThermalAsset
Description:
Represents the properties of a material pertinent to energy analysis.
Represents the properties of a material pertinent to energy analysis.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ThermalAsset
System.Object
Autodesk.Revit.DB.ThermalAsset
public class ThermalAsset : IDisposable
| Name | Return Type | Description |
|---|---|---|
| ThermalAsset(String, ThermalMaterialType) | None | Constructs an instance of ThermalAsset. |
| Name | Return Type | Description |
|---|---|---|
| Copy() | ThermalAsset | Produces a copy of the asset. |
| Dispose() | None | Releases all resources used by the |
| Equals(ThermalAsset) | bool | Determines whether this thermal asset is equal to another. |
| EqualsThermalOnly(ThermalAsset) | bool | Determines whether this thermal asset is equal to another, but ignore data from base class. |
| Name | Return Type | Description |
|---|---|---|
| Behavior | StructuralBehavior | Flag indicating whether elements of this material behave isotropically or orthotropically. |
| Compressibility | double | The compressibility of the asset. |
| Density | double | The density of the asset. |
| ElectricalResistivity | double | The electrical resistivity of the asset. |
| Emissivity | double | The emissivity of the asset. |
| GasViscosity | double | The gas viscosity of the asset. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| LiquidViscosity | double | The liquid viscosity of the asset. |
| Name | string | The name of the thermal asset. |
| Permeability | double | The permeability of the asset. |
| Porosity | double | The porosity of the asset. |
| Reflectivity | double | The reflectivity of the asset. |
| SpecificHeatOfVaporization | double | The specific heat of vaporization of the asset. |
| SpecificHeat | double | The specific heat of the asset. |
| ThermalConductivity | double | The thermal conductivity of the asset. |
| ThermalMaterialType | ThermalMaterialType | The type of material that this thermal asset describes (e.g. solid, liquid, gas.) |
| TransmitsLight | bool | A boolean flag that indicates whether or not the asset transmits light. |
| VaporPressure | double | The vapor pressure of the asset. |