RhinoCommon API
CurveList Constructor (IEnumerableCurve) |
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).
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
public CurveList( IEnumerable<Curve> collection )
Public Sub New ( collection As IEnumerable(Of Curve) )
Parameters
- collection
- Type: System.Collections.GenericIEnumerableCurve
A list, an array or any enumerable set of Curve.