CurveListAdd Method (IEnumerablePoint3d) |
Adds a polyline to this list.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void Add(
IEnumerable<Point3d> polyline
)
Public Sub Add (
polyline As IEnumerable(Of Point3d)
)
Parameters
- polyline
- Type: System.Collections.GenericIEnumerablePoint3d
A polyline value that will be copied in a new polyline.
This argument can be null, an array, a list or any enumerable set of Point3d.
See Also