2027 Method
Changes 4
M

AreaLoad.IsCurveLoopsInsideHostBoundaries

Description:
Checks if contour loops is inside host boundaries.
public static bool IsCurveLoopsInsideHostBoundaries(
	Document doc,
	ElementId hostId,
	IList<CurveLoop> loops
)
  • doc
    Document.
  • hostId
    The id of the analytical element that is about to host a load
  • IList<CurveLoop>
    loops
    CurveLoops to be checked.
Return Value Boolean Returns true if area load is positioned with entire distribution over the host, false otherwise.