RenderContextBase.ProcessClippingPlanesVisibility Method

Updates only the visibility of the clipping planes internal structure.
Public Overridable Sub ProcessClippingPlanesVisibility( _ 
ByVal clippingPlanes As ClippingPlaneBase(), _ 
Optional ByVal updateGraphics As Boolean = false _ 
)
This language is not supported or no code example is available.
public virtual void ProcessClippingPlanesVisibility( 
ClippingPlaneBase[] clippingPlanes
bool updateGraphics = false 
)
This language is not supported or no code example is available.

Parameters

clippingPlanes
ClippingPlaneBase[]

The clipping planes

updateGraphics
bool

If true, updates the corresponding data on the graphics system

.NET Framework

Supported in: 4.8

In this article

Definition