RenderContextBase.ProcessClippingPlanes Method

Updates the internal structure with the clipping planes.
Public Overridable Sub ProcessClippingPlanes( _ 
ByVal clippingPlanes As ClippingPlaneBase(), _ 
Optional ByVal updateGraphics As Boolean = false _ 
)
This language is not supported or no code example is available.
public virtual void ProcessClippingPlanes( 
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

Remarks
 
The Clipping planes are not affected by the CurrentBlockReference.

.NET Framework

Supported in: 4.8

In this article

Definition