PointCloud.RemoveAt Method

PointCloudRemoveAt Method

Remove the point at the given index.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void RemoveAt(
	int index
)
Public Sub RemoveAt ( 
	index As Integer
)

Parameters

index
Type: SystemInt32
Index of point to remove.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also