2025 Method
Changes 4
M

LineLoad.IsCurveInsideHostBoundaries

Description:
Indicates if the curve is inside panel's boundaries or on panel's edges or if the curve is on the member's curve.
public static bool IsCurveInsideHostBoundaries(
	Document doc,
	ElementId hostId,
	Curve curve
)
  • doc
    The document containing both the host and the line load.
  • hostId
    The id of the analytical element that is about to host a line load.
  • curve
    Curve to be checked.
Return Value Boolean True if a line load can be placed on the input host id