PointCloud.AddRange Method (IEnumerable(Point3d), IEnumerable(Color))

PointCloudAddRange Method (IEnumerablePoint3d, IEnumerableColor)

Appends a collection of points and normal vectors to this point cloud.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void AddRange(
	IEnumerable<Point3d> points,
	IEnumerable<Color> colors
)
Public Sub AddRange ( 
	points As IEnumerable(Of Point3d),
	colors As IEnumerable(Of Color)
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
Points to append.
colors
Type: System.Collections.GenericIEnumerableColor
Colors to append.
Version Information

Rhino for Windows

Supported in: 6.14
See Also