2021 Method
Changes 0
M

AreaLoad.SetLoops

Description:
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.
public bool SetLoops(
	Document doc,
	IList<CurveLoop> newLoops
)
  • doc
    The document that contains the area load.
  • IList<CurveLoop>
    newLoops
    Loops 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.