Click or drag to resize

PointCloudInsertNew Method

Inserts a new PointCloudItem at a specific position of the point cloud.

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

Parameters

index
Type: SystemInt32
Index of new item.

Return Value

Type: PointCloudItem
The newly inserted item.
See Also