API Reference > imodeljs-frontend > Rendering > RenderClipVolume RenderClipVolume Class Beta An opaque representation of a clip volume applied to geometry within a Viewport. A RenderClipVolume is created from a ClipVector and takes ownership of that ClipVector, expecting that it will not be modified while the RenderClipVolume still references it. see [System.createClipVolume] Implements IDisposable Methods Name Description constructor(clipVector: ClipVector): RenderClipVolume Protected dispose(): void Abstract Disposes of any WebGL resources owned by this volume. Properties Name Type Description clipVector ClipVector The ClipVector from which this volume was created. type Accessor ReadOnly ClippingType Returns the type of this clipping volume. Defined in core/frontend/src/render/RenderClipVolume.ts Line 30 Last Updated: 13 June, 2024