Click or drag to resize

PointCloudMerge Method

Merges, or appends, a specified point cloud into this one.

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

Parameters

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