M_Rhino_Geometry_PointCloud_Add - mcneel/rhinocommon-api-docs GitHub Wiki

PointCloud.Add Method (Point3d)

Append a new point to the end of the list.

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

Syntax

C#

public void Add(
	Point3d point
)

VB

Public Sub Add ( 
	point As Point3d
)

Parameters

 

point
Type: Rhino.Geometry.Point3d
Point to append.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PointCloud Class
Add Overload
Rhino.Geometry Namespace

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