Description:

Initializes a new empty list of curves.

Syntax:
public CurveList()
Available since:
5.0

Description:

Initializes a new list that is filled with all items of the input enumerable. Input items are not explicitly duplicated (this is a shallow copy).

Syntax:
public CurveList(
IEnumerable<Curve> collection
)
Parameters:
  • collection
  • Type: IEnumerable<Curve>
  • A list, an array or any enumerable set of Curve .
Available since:
5.0

Description:

Initializes a new empty list of curves with a predefined capacity. This is the amount of items the list will accept before resizing.

Syntax:
public CurveList(
int initialCapacity
)
Available since:
5.0

CurveList constructor

Class:  Rhino.Collections.CurveList

Nothing found