PointCloudAddRange Method (IEnumerablePoint3d) |
Appends a collection of points to this point cloud.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic void AddRange(
IEnumerable<Point3d> points
)
Public Sub AddRange (
points As IEnumerable(Of Point3d)
)
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
Points to append.
See Also