ThermalAsset Class

Represents the properties of a material pertinent to energy analysis.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBThermalAsset

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ThermalAsset : IDisposable

The ThermalAsset type exposes the following members.

Constructors
 NameDescription
Public methodThermalAsset Constructs an instance of ThermalAsset.
Top
Properties
 NameDescription
Public propertyBehavior Flag indicating whether elements of this material behave isotropically or orthotropically.
Public propertyCompressibility The compressibility of the asset.
Public propertyDensity The density of the asset.
Public propertyElectricalResistivity The electrical resistivity of the asset.
Public propertyEmissivity The emissivity of the asset.
Public propertyGasViscosity The gas viscosity of the asset.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyLiquidViscosity The liquid viscosity of the asset.
Public propertyName The name of the thermal asset.
Public propertyPermeability The permeability of the asset.
Public propertyPorosity The porosity of the asset.
Public propertyReflectivity The reflectivity of the asset.
Public propertySpecificHeat The specific heat of the asset.
Public propertySpecificHeatOfVaporization The specific heat of vaporization of the asset.
Public propertyThermalConductivity The thermal conductivity of the asset.
Public propertyThermalMaterialType The type of material that this thermal asset describes (e.g. solid, liquid, gas.)
Public propertyTransmitsLight A boolean flag that indicates whether or not the asset transmits light.
Public propertyVaporPressure The vapor pressure of the asset.
Top
Methods
 NameDescription
Public methodCopy Produces a copy of the asset.
Public methodDisposeReleases all resources used by the ThermalAsset
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEquals(ThermalAsset) Determines whether this thermal asset is equal to another.
Public methodEqualsThermalOnly Determines whether this thermal asset is equal to another, but ignore data from base class.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also