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()
Public Function AppendNew As PointCloudItem
Return Value
Type:
PointCloudItemThe newly appended item.
See Also