2024 Method
Changes 0
M

AreaLoad.SetLoops

Description:
Sets curve loops that define geometry of the area load.
Remarks:
This method works for loads which are not constrained to their host. This method works with hosted area load only. All previously defined reference points will be removed. Curve Loop must be planar and not self-intersecting.
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.