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

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

    Parameters

    clippingPlanes
    The clipping planes
    updateGraphics
    If true, updates the corresponding data on the graphics system
    Remarks
    The Clipping planes are not affected by the CurrentBlockReference.
    See Also