RhinoCommon API
PointCloudAddRange Method (IEnumerablePoint3d) |
Appends a collection of points to this point cloud.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void AddRange( IEnumerable<Point3d> points )
Public Sub AddRange ( points As IEnumerable(Of Point3d) )
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
Points to append.
