Revit 2025.3 API
Energy |
Options that govern the calculations for the generation of the energy analysis detail model.
SystemObject
Autodesk.Revit.DB.AnalysisEnergyAnalysisDetailModelOptions
Autodesk.Revit.DB.AnalysisEnergyAnalysisDetailModelOptions
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
The EnergyAnalysisDetailModelOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| EnergyAnalysisDetailModelOptions | Constructs default options for energy analysis detailed model creation. |
| Name | Description | |
|---|---|---|
| EnergyModelType | It indicates whether the energy model is based on rooms/spaces or building elements. | |
| ExportMullions | Indicates if to specify the setting for exporting mullions. | |
| IncludeShadingSurfaces | Indicates if to set and get the setting for if shading surfaces should be included. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| SimplifyCurtainSystems | Indicates if to specify the setting for simplified curtain systems. | |
| Tier | Level of computation for energy analysis model. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the EnergyAnalysisDetailModelOptions | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
See Also