AreaLoad.IsCurveLoopsInsideHostBoundaries
Method
Description:
Checks if contour loops is inside host boundaries.
Checks if contour loops is inside host boundaries.
Syntax
Parameters
Parameter | Type | Description |
---|---|---|
doc | Document | Document. |
hostId | ElementId | The id of the analytical element that is about to host a load |
loops | IList | CurveLoops to be checked. |
Return Value
Type | Description |
---|---|
Boolean | Returns true if area load is positioned with entire distribution over the host, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |