EnergyAnalysisDetailModel.Create
Description:
Creates a new energy analysis detailed model.
Creates a new energy analysis detailed model.
Remarks:
The generated energy model is always returned in world coordinates. The method TransformModel() transforms all surfaces in the model according to ground plane, shared coordinates and true north.
The generated energy model is always returned in world coordinates. The method TransformModel() transforms all surfaces in the model according to ground plane, shared coordinates and true north.
Overloads (2):
[ObsoleteAttribute("This function is deprecated in Revit 2027 and will be removed in the next version of Revit.")]
public static EnergyAnalysisDetailModel Create(
Document document,
EnergyAnalysisDetailModelOptions options
)
-
documentThe document that contains the physical model of the building.
-
optionsThe options to control the calculation rules.
-
Throws if there are no valid spatial bounding elements, or no valid spatial elements in the document.
-
A non-optional argument was null
-
Failed to create the energy analysis detail model.
-
Throws if user aborted the energy analysis detail model creation.