Click or drag to resize

DisplayPipelineDrawActivePoint Method

Draws a point in style used during "GetPoint" operations

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void DrawActivePoint(
	Point3d point
)

Parameters

point
Type: Rhino.GeometryPoint3d
Location of the point in world coordinates
See Also