DisplayConduitObjectCulling Method |
The default implementation does nothing.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual void ObjectCulling(
CullObjectEventArgs e
)
Protected Overridable Sub ObjectCulling (
e As CullObjectEventArgs
)
Parameters
- e
- Type: Rhino.DisplayCullObjectEventArgs
[Missing <param name="e"/> documentation for "M:Rhino.Display.DisplayConduit.ObjectCulling(Rhino.Display.CullObjectEventArgs)"]
See Also