HVACLoadConstructionClass Enumeration |
Enumerated type listing options for construction class for HVAC analysis.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum HVACLoadConstructionClass
Public Enumeration HVACLoadConstructionClass
public enum class HVACLoadConstructionClass
type HVACLoadConstructionClass
MembersMember name | Value | Description |
---|
LooseConstruction | 0 |
A loose construction has an infiltration level of approximately 0.076 cfm/sqft
|
MediumConstruction | 1 |
A medium construction has an infiltration level of approximately 0.038 cfm/sqft
|
TightConstruction | 2 |
A tight construction has an infiltration level of approximately 0.019 cfm/sqft
|
NoneConstruction | 3 |
A none construction has an infiltration level of 0 cfm/sqft
|
See Also