Skip to content

M_Rhino_Geometry_PointCloud__ctor_1

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

PointCloud Constructor (PointCloud)

Initializes a new instance of the PointCloud class, copying (Merge) the content of another pointcloud.

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

Syntax

C#

public PointCloud(
	PointCloud other
)

VB

Public Sub New ( 
	other As PointCloud
)

Parameters

 

other
Type: Rhino.Geometry.PointCloud
[Missing documentation for "M:Rhino.Geometry.PointCloud.#ctor(Rhino.Geometry.PointCloud)"]

See Also

Reference

PointCloud Class
PointCloud Overload
Rhino.Geometry Namespace

Clone this wiki locally