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