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