<Code Lib>
2024 Method
Changes 4
M

PointLoad.IsPointInsideHostBoundaries

Description:
Indicates if the point is inside panel's boundaries or if the point is on the member's curve..

public static bool IsPointInsideHostBoundaries(
	Document pDoc,
	ElementId hostId,
	XYZ point
)

Return Value bool True if a point load can be placed on the input host id

Loading…