<Code Lib>
M

EnergyAnalysisDetailModel.Create(Document, EnergyAnalysisDetailModelOptions)

Description:
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.
Overloads (2):
Create(Document,EnergyAnalysisDetailModelOptions)

[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
)

Return Value EnergyAnalysisDetailModel The created model instance.

Loading…