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 | Inherited From |
|---|---|---|---|
| ThermalAsset(String, ThermalMaterialType) | None | Constructs an instance of ThermalAsset. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Copy() | ThermalAsset | Produces a copy of the asset. | |
| Dispose() | None | Releases all resources used by the ThermalAsset | |
| Equals(Object) | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| Equals(ThermalAsset) | Boolean | Determines whether this thermal asset is equal to another. | |
| EqualsThermalOnly(ThermalAsset) | Boolean | Determines whether this thermal asset is equal to another, but ignore data from base class. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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 | Boolean | 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. | |
| SpecificHeat | double | The specific heat of the asset. | |
| SpecificHeatOfVaporization | double | The specific heat of vaporization 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. |