M_Rhino_Geometry_PointCloud__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki

PointCloud Constructor (IEnumerable(Point3d))

Initializes a new instance of the PointCloud class, copying the content from a set of points.

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

Syntax

C#

public PointCloud(
	IEnumerable<Point3d> points
)

VB

Public Sub New ( 
	points As IEnumerable(Of Point3d)
)

Parameters

 

points
Type: System.Collections.Generic.IEnumerable(Point3d)
A list or an array of Point3d, or any object that implements IEnumerable(T).

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PointCloud Class
PointCloud Overload
Rhino.Geometry Namespace

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