2020 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
)
Return Value bool Returns true if successful, false otherwise.