Skip to content

M_Rhino_Geometry_PointCloud_InsertRange

Will Pearson edited this page Aug 12, 2016 · 2 revisions

PointCloud.InsertRange Method

Append a collection of points to this point cloud.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void InsertRange(
	int index,
	IEnumerable<Point3d> points
)

VB

Public Sub InsertRange ( 
	index As Integer,
	points As IEnumerable(Of Point3d)
)

Parameters

 

index
Type: System.Int32
Index at which to insert the new collection.
points
Type: System.Collections.Generic.IEnumerable(Point3d)
Points to append.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PointCloud Class
Rhino.Geometry Namespace

Clone this wiki locally