M

CurveLoop.Create

Description:
Creates a new curve loop.
public static CurveLoop Create(
	IList<Curve> curves
)
  • IList<Curve>
    curves
    The curves.
Return Value CurveLoop The curve loop.
  • The input curves contains at least one helical curve and is not supported for this operation. -or- Throws if the input curves are not contiguous.
  • A non-optional argument was null