PointCloud.Merge Method

PointCloudMerge Method

Copies the point values of another point cloud into this one.

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

Parameters

other
Type: Rhino.GeometryPointCloud
PointCloud to merge with this one.
See Also