M_Rhino_Geometry_PointCloud_RemoveAt - mcneel/rhinocommon-api-docs GitHub Wiki

PointCloud.RemoveAt Method

Remove the point at the given index.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void RemoveAt(
	int index
)

VB

Public Sub RemoveAt ( 
	index As Integer
)

Parameters

 

index
Type: System.Int32
Index of point to remove.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PointCloud Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️