2027 Method
Changes 3
M

AnalyticalOpening.IsCurveLoopValidForAnalyticalOpening

Description:
Checks if curve loop is valid for Analytical Opening.
public static bool IsCurveLoopValidForAnalyticalOpening(
	CurveLoop loop,
	Document aDoc,
	ElementId panelId
)
  • loop
    The curve loop to be checked.
  • aDoc
    Revit document.
  • panelId
    ElementId of the AnalyticalPanel on which we create the Opening.
Return Value Boolean Returns true if curve loop is ok, false otherwise.