M

AnalyticalOpening.Create

Description:
Creates a new instance of an Analytical Opening within the project.
Remarks:
CurveLoop must be planar, not self-intersecting and in the same plane as the Analytical Panel. CurveLoop must intersect or to be inside the AnalyticalPanel contour. PanelId must be the ElementId of an AnalyticalPanel otherwise an exception is thrown.
public static AnalyticalOpening Create(
	Document aDoc,
	CurveLoop curveLoop,
	ElementId panelId
)
Return Value AnalyticalOpening The newly created AnalyticalOpening instance.