M_Rhino_Geometry_PointCloud_AddRange_3 - mcneel/rhinocommon-api-docs GitHub Wiki

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

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

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

Syntax

C#

public void AddRange(
	IEnumerable<Point3d> points,
	IEnumerable<Color> colors
)

VB

Public Sub AddRange ( 
	points As IEnumerable(Of Point3d),
	colors As IEnumerable(Of Color)
)

Parameters

 

points
Type: System.Collections.Generic.IEnumerable(Point3d)
Points to append.
colors
Type: System.Collections.Generic.IEnumerable(Color)
Colors to append.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

PointCloud Class
AddRange Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️