Click or drag to resize

PointCloudAdd Method (Point3d, Vector3d, Color, Double)

Append a new point to the end of the list.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.5
Syntax
public void Add(
	Point3d point,
	Vector3d normal,
	Color color,
	double value
)

Parameters

point
Type: Rhino.GeometryPoint3d
Point to append.
normal
Type: Rhino.GeometryVector3d
Normal vector of new point.
color
Type: System.DrawingColor
Color of new point.
value
Type: SystemDouble
Extra value of new point. An extra value can be used to store a user-defined value, such as intensity.
See Also