Click or drag to resize

PointCloudAppendNew Method

Appends a new PointCloudItem to the end of this point cloud.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public PointCloudItem AppendNew()

Return Value

Type: PointCloudItem
The newly appended item.
See Also