2027 Class
Changes 1
C

ThermalAsset

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