Revit 2025 API
Energy |
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
Members
Member name | Value | Description |
---|---|---|
NotComputed | 0 | Not computed. |
FirstLevelBoundaries | 1 | 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. |
SecondLevelBoundaries | 2 | Analytical surfaces. |
Final | 3 | Constructions, schedules, non-graphical data. |
See Also