CustomDisplay.AddPoint Method (Point3d, Color)

CustomDisplayAddPoint Method (Point3d, Color)

Adds a new colored point to the display list.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void AddPoint(
	Point3d point,
	Color color
)
Public Sub AddPoint ( 
	point As Point3d,
	color As Color
)

Parameters

point
Type: Rhino.GeometryPoint3d
Point to add.
color
Type: System.DrawingColor
Color of point.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also