283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
15 lines
199 B
C#
15 lines
199 B
C#
namespace Autodesk.Revit.DB.Analysis;
|
|
|
|
public enum EnergyAnalysisSurfaceType
|
|
{
|
|
Roof,
|
|
ExteriorWall,
|
|
InteriorWall,
|
|
Ceiling,
|
|
InteriorFloor,
|
|
ExteriorFloor,
|
|
Shading,
|
|
Air,
|
|
Underground,
|
|
}
|