<Code Lib>
2024 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
)

Return Value bool Returns true if area load is positioned with entire distribution over the host, false otherwise.

Loading…