Click or drag to resize

DisplayPipelinePreDrawObject Event

Called right before an individual object is being drawn. NOTE: Do not use this event unless you absolutely need to. It is called for every object in the document and can slow display down if a large number of objects exist in the document

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static event EventHandler<DrawObjectEventArgs> PreDrawObject

Value

Type: SystemEventHandlerDrawObjectEventArgs
See Also