Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / ProcessClippingPlanesVisibility Method
The clipping planes
If true, updates the corresponding data on the graphics system

In This Topic
    ProcessClippingPlanesVisibility Method (RenderContextBase)
    In This Topic
    Updates only the visibility of the clipping planes internal structure.
    Syntax
    'Declaration
     
    Public Overridable Sub ProcessClippingPlanesVisibility( _
       ByVal clippingPlanes() As ClippingPlaneBase, _
       Optional ByVal updateGraphics As Boolean _
    ) 
    public virtual void ProcessClippingPlanesVisibility( 
       ClippingPlaneBase[] clippingPlanes,
       bool updateGraphics
    )

    Parameters

    clippingPlanes
    The clipping planes
    updateGraphics
    If true, updates the corresponding data on the graphics system
    See Also