M_Rhino_Geometry_PointCloud_InsertRange - mcneel/rhinocommon-api-docs GitHub Wiki
Append a collection of points to this point cloud.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void InsertRange(
int index,
IEnumerable<Point3d> points
)
VB
Public Sub InsertRange (
index As Integer,
points As IEnumerable(Of Point3d)
)
- index
- Type: System.Int32
Index at which to insert the new collection. - points
- Type: System.Collections.Generic.IEnumerable(Point3d)
Points to append.
Supported in: 6.0.16224.21491, 5D58w