DisplayPipelineDraweInferencePoint Method |
Draw inference point used in gesture based snapping
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void DraweInferencePoint(
Point3d P,
Color color
)
Public Sub DraweInferencePoint (
P As Point3d,
color As Color
)
Parameters
- P
- Type: Rhino.GeometryPoint3d
Location of point in world coordinates - color
- Type: System.DrawingColor
Color of the point
See Also