Skip to content

M_Rhino_Geometry_PointCloud_Insert_3

Will Pearson edited this page Aug 11, 2016 · 2 revisions

PointCloud.Insert Method (Int32, Point3d, Color)

Inserts a new point into the point list.

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

Syntax

C#

public void Insert(
	int index,
	Point3d point,
	Color color
)

VB

Public Sub Insert ( 
	index As Integer,
	point As Point3d,
	color As Color
)

Parameters

 

index
Type: System.Int32
Insertion index.
point
Type: Rhino.Geometry.Point3d
Point to append.
color
Type: System.Drawing.Color
Color of new point.

See Also

Reference

PointCloud Class
Insert Overload
Rhino.Geometry Namespace

Clone this wiki locally