Click or drag to resize

PointCloudInsertRange Method

Append a collection of points to this point cloud.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void InsertRange(
	int index,
	IEnumerable<Point3d> points
)

Parameters

index
Type: SystemInt32
Index at which to insert the new collection.
points
Type: System.Collections.GenericIEnumerablePoint3d
Points to append.
See Also