CustomDisplay.AddPoint Method (Point3d, Color, PointStyle, Int32)

CustomDisplayAddPoint Method (Point3d, Color, PointStyle, Int32)

Adds a new stylized point to the display list.

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

Parameters

point
Type: Rhino.GeometryPoint3d
Point to add.
color
Type: System.DrawingColor
Color of point.
style
Type: Rhino.DisplayPointStyle
Display style of point.
radius
Type: SystemInt32
Radius of point widget.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also