Changes in 2020 vs 2027 1 missing 3 changed
Flip API Versions →Missing in 2020 (only available in 2027)
Changed members
EnergyAnalysisDetailModel.Create(Document, EnergyAnalysisDetailModelOptions)
Became obsolete in 2027: This function is deprecated in Revit 2027 and will be removed in the next version of Revit.
| document | Document | The document that contains the physical model of the building. |
| options | EnergyAnalysisDetailModelOptions | The options to control the calculation rules. |
| → returns | EnergyAnalysisDetailModel | The created model instance. |
EnergyAnalysisDetailModel.GetAnalyticalShadingSurfaces()
Became obsolete in 2027: GetAnalyticalShadingSurfaces is deprecated in Revit 2027 and may be removed in the next version of Revit. Instead use GetAnalyticalSurfaces().Where(surface => surface.Type == gbXMLSurfaceType.Shade).
| → returns | IList | Returns the analytical shading surfaces after model calculation. |
EnergyAnalysisDetailModel.GetMainEnergyAnalysisDetailModel(Document)
| document | Document | The document that contains the physical model of the building. |
| → returns | nullNothingnullptr→EnergyAnalysisDetailModel | Returns the EnergyAnalysisDetailModel contained in the document, if it exists. If it does not exist, this returns . |