EnergyAnalysisDetailModelOptions
Description:
Options that govern the calculations for the generation of the energy analysis detail model.
Options that govern the calculations for the generation of the energy analysis detail model.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.EnergyAnalysisDetailModelOptions
System.Object
Autodesk.Revit.DB.Analysis.EnergyAnalysisDetailModelOptions
[ObsoleteAttribute("This class is deprecated in Revit 2027 and will be removed in the next version of Revit.")]
public class EnergyAnalysisDetailModelOptions : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| EnergyAnalysisDetailModelOptions() | None | Constructs default options for energy analysis detailed model creation. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the EnergyAnalysisDetailModelOptions | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| EnergyModelType | EnergyModelType | Obsolete. It indicates whether the energy model is based on rooms/spaces or building elements. | |
| ExportMullions | bool | Indicates if to specify the setting for exporting mullions. | |
| IncludeShadingSurfaces | bool | Indicates if to set and get the setting for if shading surfaces should be included. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| SimplifyCurtainSystems | bool | Indicates if to specify the setting for simplified curtain systems. | |
| Tier | EnergyAnalysisDetailModelTier | Level of computation for energy analysis model. |