Click or drag to resize

DisplayPipelineDraweInferencePoint Method

Draw inference point used in gesture based snapping

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DraweInferencePoint(
	Point3d P,
	Color color
)

Parameters

P
Type: Rhino.GeometryPoint3d
Location of point in world coordinates
color
Type: System.DrawingColor
Color of the point
See Also