M_Rhino_Geometry_PointCloud_InsertNew - mcneel/rhinocommon-api-docs GitHub Wiki

PointCloud.InsertNew Method

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

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

Syntax

C#

public PointCloudItem InsertNew(
	int index
)

VB

Public Function InsertNew ( 
	index As Integer
) As PointCloudItem

Parameters

 

index
Type: System.Int32
Index of new item.

Return Value

Type: PointCloudItem
The newly inserted item.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PointCloud Class
Rhino.Geometry Namespace

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