DisplayPipeline.DrawPoint Method (Point3d, Color)

DisplayPipelineDrawPoint Method (Point3d, Color)

Draws a point with a given radius, style and color.

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

Parameters

point
Type: Rhino.GeometryPoint3d
Location of point in world coordinates.
color
Type: System.DrawingColor
Color of point.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also