PointCloud.Merge Method

PointCloudMerge Method

Copies the point values of another pointcloud into this one.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Merge(
	PointCloud other
)
Public Sub Merge ( 
	other As PointCloud
)

Parameters

other
Type: Rhino.GeometryPointCloud
PointCloud to merge with this one.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also