RhinoCommon API
VisualAnalysisModeDrawPointObject Method |
Draws one point. Override this method to add your custom behavior.
The default implementation does nothing.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
protected virtual void DrawPointObject( PointObject point, DisplayPipeline pipeline )
Protected Overridable Sub DrawPointObject ( point As PointObject, pipeline As DisplayPipeline )
Parameters
- point
- Type: Rhino.DocObjectsPointObject
A point object. - pipeline
- Type: Rhino.DisplayDisplayPipeline
The current display pipeline.