RhinoCommon API
GetPointOnPostDrawObjects Method |
In the "rare" case that you need to draw some depth buffered geometry during
a GetPoint operation, override the OnPostDrawObjects function.
NOTE!! Overriding this function comes with a significant performance penalty because the
scene needs to be fully regenerated every frame where the standard
DynamicDraw event draws temporary decorations (geometry) on top of a static scene.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)

protected virtual void OnPostDrawObjects( DrawEventArgs e )
Protected Overridable Sub OnPostDrawObjects ( e As DrawEventArgs )
Parameters
- e
- Type: Rhino.DisplayDrawEventArgs
Current argument for the event.
