PropertyLine.SetBoundary
Description:
Set a given curve loops as the boundary of the current PropertyLine element.
Set a given curve loops as the boundary of the current PropertyLine element.
public void SetBoundary(
IList<CurveLoop> curveLoops
)
-
IList<CurveLoop>curveLoopsA collection of curve loops to be added.
-
The input curve loops cannot compose a valid boundary, that means: no curve loop is contained in the given collection; these curve loops intersect with each other for some of them; or each curve loop is not planar; or each curve loop is not in a plane parallel to the horizontal(XY) plane.
-
A non-optional argument was null
-
Failed to create the Sketch for the boundary of current PropertyLine element.