AreaLoad.SetLoops
Description:
Sets curve loops that define geometry of the area load.
Sets curve loops that define geometry of the area load.
Remarks:
This method works with non hosted area load only. All previously defined reference points will be removed.
This method works with non hosted area load only. All previously defined reference points will be removed.
-
docThe document that contains the area load.
-
newLoopsLoops that define new geometry of the area load. The curve loop collection should contains a closed loops consisting of lines.
Return Value
bool
Returns true if successful, false otherwise.
-
Thrown when newLoops collection is empty. -or- Thrown when newLoops contains open loop. -or- Thrown when newLoops contains a loop consisting of other elements then lines.
-
A non-optional argument was NULL