2024 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
C ThermalAsset(String, ThermalMaterialType) None Constructs an instance of ThermalAsset.
Name Return Type Description
M Copy() ThermalAsset Produces a copy of the asset.
M Dispose() None Releases all resources used by the
M Equals(ThermalAsset) bool Determines whether this thermal asset is equal to another.
M EqualsThermalOnly(ThermalAsset) bool Determines whether this thermal asset is equal to another, but ignore data from base class.
Name Return Type Description
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 bool 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 SpecificHeatOfVaporization double The specific heat of vaporization of the asset.
P SpecificHeat double The specific heat 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.