2022 Members
Changes 5
M

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) 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.
M GetHashCode None Serves as a hash function for a particular type. (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 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 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.