API Reference > imodeljs-frontend > Rendering > RenderClipVolume RenderClipVolume Class 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 RenderSystem.createClipVolume to create a clip volume. Methods Name Description constructor(clipVector: ClipVector): RenderClipVolume Protected Properties Name Type Description clipVector Readonly ClipVector The ClipVector from which this volume was created. Defined in core/frontend/src/render/RenderClipVolume.ts Line 16 Last Updated: 11 June, 2024