M_Rhino_Geometry_PointCloud_Merge - mcneel/rhinocommon-api-docs GitHub Wiki

PointCloud.Merge Method

Copies the point values of another pointcloud into this one.

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

Syntax

C#

public void Merge(
	PointCloud other
)

VB

Public Sub Merge ( 
	other As PointCloud
)

Parameters

 

other
Type: Rhino.Geometry.PointCloud
PointCloud to merge with this one.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PointCloud Class
Rhino.Geometry Namespace

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