Skip to content

M_Rhino_Geometry_PointCloud__ctor_1

Will Pearson edited this page Aug 12, 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: Rhino 6.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)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PointCloud Class
PointCloud Overload
Rhino.Geometry Namespace

Clone this wiki locally