EnergyAnalysisDetailModelTier Enumeration

Level of computation for energy analysis model.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum EnergyAnalysisDetailModelTier
Members
Member nameValueDescription
NotComputed0 Not computed.
FirstLevelBoundaries1 Spaces and zones, e.g. minimal need for display. This refers to the analytical spaces. The analytical spaces are produced from Rooms if you are using RAC, and from MEP Spaces if you are using RME.
SecondLevelBoundaries2 Analytical surfaces.
Final3 Constructions, schedules, non-graphical data.
See Also